This documentation is archived and is not being maintained.
SecurityToken Class
Visual Studio 2010
Represents a base class used to implement all security tokens.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Id | Gets a unique identifier of the security token. |
![]() | SecurityKeys | Gets the cryptographic keys associated with the security token. |
![]() | ValidFrom | Gets the first instant in time at which this security token is valid. |
![]() | ValidTo | Gets the last instant in time at which this security token is valid. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T> | Gets a value that indicates whether this security token is capable of creating the specified key identifier. |
![]() | CreateKeyIdentifierClause<T> | Creates the specified key identifier clause. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MatchesKeyIdentifierClause | Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveKeyIdentifierClause | Gets the key for the specified key identifier clause. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
System::Object
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::GenericXmlSecurityToken
System.IdentityModel.Tokens::KerberosRequestorSecurityToken
System.IdentityModel.Tokens::RsaSecurityToken
System.IdentityModel.Tokens::SamlSecurityToken
System.IdentityModel.Tokens::UserNameSecurityToken
System.IdentityModel.Tokens::WindowsSecurityToken
System.IdentityModel.Tokens::X509SecurityToken
System.ServiceModel.Security.Tokens::BinarySecretSecurityToken
System.ServiceModel.Security.Tokens::SecurityContextSecurityToken
System.ServiceModel.Security.Tokens::SspiSecurityToken
System.ServiceModel.Security.Tokens::WrappedKeySecurityToken
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::GenericXmlSecurityToken
System.IdentityModel.Tokens::KerberosRequestorSecurityToken
System.IdentityModel.Tokens::RsaSecurityToken
System.IdentityModel.Tokens::SamlSecurityToken
System.IdentityModel.Tokens::UserNameSecurityToken
System.IdentityModel.Tokens::WindowsSecurityToken
System.IdentityModel.Tokens::X509SecurityToken
System.ServiceModel.Security.Tokens::BinarySecretSecurityToken
System.ServiceModel.Security.Tokens::SecurityContextSecurityToken
System.ServiceModel.Security.Tokens::SspiSecurityToken
System.ServiceModel.Security.Tokens::WrappedKeySecurityToken
Show:
