X509SecurityToken Class
Represents a security token that is based upon an X.509 certificate.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::X509SecurityToken
System.IdentityModel.Tokens::X509WindowsSecurityToken
| Name | Description | |
|---|---|---|
![]() | X509SecurityToken(X509Certificate2^) | Initializes a new instance of the X509SecurityToken class using the specified X.509 certificate. |
![]() | X509SecurityToken(X509Certificate2^, String^) | Initializes a new instance of the X509SecurityToken class using the specified X.509 certificate and unique identifier. |
| Name | Description | |
|---|---|---|
![]() | Certificate | Gets the X.509 certificate associated with the 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.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T>() | Gets a value indicating whether this security token is capable of creating the specified key identifier.(Overrides SecurityToken::CanCreateKeyIdentifierClause<T>().) |
![]() | CreateKeyIdentifierClause<T>() | Creates the specified key identifier clause.(Overrides SecurityToken::CreateKeyIdentifierClause<T>().) |
![]() | Dispose() | Releases all resources used by the X509SecurityToken. |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^) | Returns a value indicating whether the key identifier for this instance is equal to the specified key identifier.(Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^).) |
![]() | MemberwiseClone() | |
![]() | ResolveKeyIdentifierClause(SecurityKeyIdentifierClause^) | Gets the key for the specified key identifier clause.(Inherited from SecurityToken.) |
![]() | ThrowIfDisposed() | Throws an exception if the ThrowIfDisposed method has been called for this instance. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
To get the details of the X.509 certificate, access the Certificate property.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


