KerberosToken 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 KerberosToken type.
Public Constructors
Name | Description | |
---|---|---|
KerberosToken | Overloaded. Initializes a new instance of the KerberosToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
AppliesTo | Gets or sets the scope of where the KerberosToken security token can be used. | |
AttachedReference | Gets or sets the KeyInfo that can be used to refer to this security token when the token is included in the message.(Inherited from SecurityToken) | |
BaseToken | Gets or sets the base token. | |
ClientPrincipal | Gets the client principal name. | |
EncodingType | Gets or sets the XML encoding type of the security token. (Inherited from BinarySecurityToken) | |
Id | Gets or sets a unique identifier of the token. (Inherited from SecurityToken) | |
Identity | Overridden. Gets the identity associated with this security token. | |
ImpersonationLevel | Gets how a recipient of this security token can use the identity associated with the security token. | |
IsCurrent | Overridden. Gets a value that indicates whether the security token is currently valid. | |
IsExpired | Overridden. Gets a value that indicates whether the current time is later than the security token's expiration time. | |
Key | Overridden. Gets the key for the KerberosToken security token. | |
KeyBytes | Gets or sets the key for the Kerberos token. | |
KeyIdentifier | Overridden. A reference that uniquely identifies the KerberosToken instance. | |
LifeTime | Gets the period of time a security token is valid. | |
Principal | Overridden. The principal object for the security token. | |
ProofToken | Gets or sets the encrypted session key obtained from the security token request. | |
RawData | Overridden. Gets or sets a byte array that represents the raw binary data of the token. | |
RequiresRenewal | Overridden. Gets a value that indicates whether the security token requires renewal. | |
SupportingTokens | Gets or sets the supporting token. | |
SupportsDataEncryption | Overridden. Gets a value that indicates whether the security token can be used to encrypt SOAP messages. | |
SupportsDigitalSignature | Overridden. Gets a value that indicates whether the security token can be used to digitally sign SOAP messages. | |
TargetPrincipal | Gets the service principal name. | |
TokenIssuer | Gets or sets the URI of the security token services that issued the Kerberos token. | |
TokenType | Gets the type of the security token. (Inherited from SecurityToken) | |
UnattachedReference | Gets or sets the KeyInfo that can be used to refer to this security token when the token is not included in the message.(Inherited from SecurityToken) | |
ValueType | Overridden. Gets or sets an XML qualified name that identifies the security token type. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the KerberosToken. | |
Equals | Overloaded. | |
GetHashCode | Overridden. Returns the hash code for the KerberosToken. | |
GetSignedTokenXml | (Inherited from SecurityToken ) | |
GetSTRTransformXml | (Inherited from BinarySecurityToken ) | |
GetType | (Inherited from Object ) | |
GetXml | Overloaded. (Inherited from BinarySecurityToken ) | |
LoadXml | (Inherited from BinarySecurityToken ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifySignedTokenXml | (Inherited from SecurityToken ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Frees resources before the KerberosToken is reclaimed by garbage collection. (Inherited from Object) | |
GetXml | Overloaded. (Inherited from BinarySecurityToken ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
KerberosToken Class
Microsoft.Web.Services3.Security.Tokens Namespace