Share via


KerberosToken2 Members

Represents a security token for a Kerberos version 5.0 service ticket. This class cannot be inherited.

The following tables list the members exposed by the KerberosToken2 type.

Public Constructors

  Name Description
KerberosToken2 Overloaded.  

Top

Public Properties

  Name Description
public property AppliesTo Gets or sets the scope of where the KerberosToken2 security token can be used.
public property BaseToken Gets or sets the base token.
public property ClientPrincipal Gets the client principal name.
public property EncodingType  Gets or sets the XML encoding type of the security token.(inherited from BinarySecurityToken)
public property Id  Gets or sets a unique identifier of the token.(inherited from SecurityToken)
public property ImpersonationLevel Gets how a recipient of this security token can use the identity associated with the security token.
public property IsCurrent Overridden. Gets a value that indicates whether the security token is currently valid.
public property IsExpired Overridden. Gets a value that indicates whether the current time is later than the security token's expiration time.
public property Key Overridden. Gets the key for the KerberosToken2 security token.
public property KeyBytes Gets or sets the key for the Kerberos token.
public property KeyIdentifier Overridden. A reference that uniquely identifies the KerberosToken2 instance.
public property KeyInfo Overridden. Gets a System.Security.Cryptography.Xml.KeyInfo that can be used to refer to this security token when the token is not included in a SOAP message.
public property LifeTime Gets the period of time a security token is valid.
public property Principal Overridden. The principal object for the security token.
public property ProofToken Gets or sets the encrypted session key obtained from the security token request.
public property RawData Overridden. Gets or sets a byte array that represents the raw binary data of the token.
public property RequiresRenewal Overridden. Gets a value that indicates whether the security token requires renewal.
public property SupportingTokens Gets or sets the supporting token.
public property SupportsDataEncryption Overridden. Gets a value that indicates whether the security token can be used to encrypt SOAP messages.
public property SupportsDigitalSignature Overridden. Gets a value that indicates whether the security token can be used to digitally sign SOAP messages.
public property TargetPrincipal Gets the service principal name.
public property TokenIssuer Gets or sets the URI of the security token services that issued the Kerberos token.
public property TokenType  Gets the type of the security token.(inherited from SecurityToken)
public property ValueType Overridden. Gets or sets an XML qualified name that identifies the security token type.

Top

Public Methods

  Name Description
public method Dispose Releases all resources used by the KerberosToken2.
public method Equals Overloaded.  
public method GetHashCode Overridden. Returns the hash code for the KerberosToken2.
public method GetSignedTokenXml  Gets an XML representation of the current instance digitally signed by another security token. (inherited from SecurityToken)
public method GetSTRTransformXml  This member supports the WSE infrastructure and is not intended to be used directly from your code. (inherited from BinarySecurityToken)
public method GetType  (inherited from Object )
public method GetXml  Generates an XML representation of the BinarySecurityToken from the specified XML document. (inherited from BinarySecurityToken)
public method LoadXml  Loads an XML element into properties of the current BinarySecurityToken. (inherited from BinarySecurityToken)
public method ToString  (inherited from Object )
public method VerifySignedTokenXml  Verifies the digital signature of a security token that is an XML representation. (inherited from SecurityToken)

Top

See Also

Reference

KerberosToken2 Class
Microsoft.Web.Services2.Security.Tokens Namespace

Other Resources