This documentation is archived and is not being maintained.
GenericXmlSecurityToken Properties
Visual Studio 2010
The GenericXmlSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthorizationPolicies | Gets the collection of authorization policies for this security token. |
|
ExternalTokenReference | Gets a security key identifier clause that references this security token when this security token is not included in the SOAP message in which it is referenced. |
|
Id | Gets a unique identifier of the security token. (Overrides SecurityToken::Id.) |
|
InternalTokenReference | Gets a security key identifier clause that references this security token when this security token is included in the SOAP message in which it is referenced. |
|
ProofToken | Gets the proof token for the security token. |
|
SecurityKeys | Gets the cryptographic keys associated with the proof token. (Overrides SecurityToken::SecurityKeys.) |
|
TokenXml | Gets the XML that is associated with the 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: