X509WindowsSecurityToken Class
Represents a security token that is based upon an X.509 certificate and that the certificate is mapped to a Windows domain user or local computer user account.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::X509SecurityToken
System.IdentityModel.Tokens::X509WindowsSecurityToken
| Name | Description | |
|---|---|---|
![]() | X509WindowsSecurityToken(X509Certificate2^, WindowsIdentity^) | Initializes a new instance of the X509WindowsSecurityToken class using the specified X.509 certificate and Windows domain or computer account. |
![]() | X509WindowsSecurityToken(X509Certificate2^, WindowsIdentity^, String^) | Initializes a new instance of the X509WindowsSecurityToken class using the specified X.509 certificate, Windows domain or computer account, and unique identifier. |
![]() | X509WindowsSecurityToken(X509Certificate2^, WindowsIdentity^, String^, String^) | Creates a new instance of X509WindowsSecurityToken. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationType | Gets the authentication type for the token. |
![]() | Certificate | Gets the X.509 certificate associated with the security token.(Inherited from X509SecurityToken.) |
![]() | Id | Gets a unique identifier of the security token.(Inherited from X509SecurityToken.) |
![]() | SecurityKeys | Gets the cryptographic keys associated with the security token.(Inherited from X509SecurityToken.) |
![]() | ValidFrom | Gets the first instant in time at which this security token is valid.(Inherited from X509SecurityToken.) |
![]() | ValidTo | Gets the last instant in time at which this security token is valid.(Inherited from X509SecurityToken.) |
![]() | WindowsIdentity | Gets the identity of a Windows domain or computer account. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T>() | Gets a value indicating whether this security token is capable of creating the specified key identifier.(Inherited from X509SecurityToken.) |
![]() | CreateKeyIdentifierClause<T>() | Creates the specified key identifier clause.(Inherited from X509SecurityToken.) |
![]() | Dispose() | Releases all resources used by the X509WindowsSecurityToken. (Overrides X509SecurityToken::Dispose().) |
![]() | 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.(Inherited from X509SecurityToken.) |
![]() | 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.(Inherited from X509SecurityToken.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Typically, application developers do not need to use the X509WindowsSecurityToken class, unless a Web service must gain access to details about a X.509 certificate referenced in an incoming SOAP message or the domain or computer account that the certificate is mapped to. To get the details of the X.509 certificate, access the Certificate property. To get the user identity, see the WindowsIdentity 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.


