This documentation is archived and is not being maintained.
KerberosRequestorSecurityToken Properties
Visual Studio 2010
The KerberosRequestorSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
Id | Gets a unique identifier of the security token. (Overrides SecurityToken::Id.) |
|
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 SecurityToken::SecurityKeys.) |
|
ServicePrincipalName | Gets the service principal name for the KerberosRequestorSecurityToken security token. |
|
ValidFrom | Gets the first instant in time at which this security token is valid. (Overrides SecurityToken::ValidFrom.) |
|
ValidTo | Gets the last instant in time at which this security token is valid. (Overrides SecurityToken::ValidTo.) |
Show: