This documentation is archived and is not being maintained.
KerberosReceiverSecurityToken Properties
Visual Studio 2010
The KerberosReceiverSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthenticationType | Gets the authentication type for the token. (Inherited from WindowsSecurityToken.) |
|
Id | Gets the unique identifier for the security token. (Inherited from WindowsSecurityToken.) |
|
SecurityKey | Gets the symmetric session key for the Kerberos ticket that is associated with this security token. |
|
SecurityKeys | Gets the cryptographic keys associated with the security token. (Overrides WindowsSecurityToken::SecurityKeys.) |
|
ValidFrom | Gets the first instant in time at which this security token is valid. (Overrides WindowsSecurityToken::ValidFrom.) |
|
ValidTo | Gets the last instant in time at which this security token is valid. (Overrides WindowsSecurityToken::ValidTo.) |
|
ValueTypeUri | Gets the URI that describes the value type. |
|
WindowsIdentity | Gets the Windows user associated with this security token. (Overrides WindowsSecurityToken::WindowsIdentity.) |
Show: