This documentation is archived and is not being maintained.
SamlSecurityToken Properties
Visual Studio 2010
The SamlSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
Assertion | Gets the SAML assertion for this security token. |
|
Id | Gets a unique identifier of the security token. (Overrides SecurityToken::Id.) |
|
SecurityKeys | Gets the cryptographic keys associated with the security token. (Overrides SecurityToken::SecurityKeys.) |
|
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: