X509SecurityTokenHandler Properties
.NET Framework 4.5
The X509SecurityTokenHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanValidateToken | Gets a value that indicates whether this handler supports validation of tokens of type X509SecurityToken. (Overrides SecurityTokenHandler.CanValidateToken.) |
|
CanWriteToken | Gets a value that indicates whether this handler can write tokens of type X509SecurityToken. (Overrides SecurityTokenHandler.CanWriteToken.) |
|
CertificateValidator | Gets or sets the X509CertificateValidator that is used by the current instance. |
|
Configuration | Gets or sets the SecurityTokenHandlerConfiguration object that provides configuration for the current instance. (Inherited from SecurityTokenHandler.) |
|
ContainingCollection | Gets the token handler collection that contains the current instance. (Inherited from SecurityTokenHandler.) |
|
MapToWindows | Gets or sets a value that indicates whether the validating token should be mapped to a Windows account. |
|
TokenType | Gets the Type of the tokens that this handler processes. (Overrides SecurityTokenHandler.TokenType.) |
|
WriteXmlDSigDefinedClauseTypes | Gets or Sets the value that specifies whether XmlDsig-defined clause types are preferred. |
|
X509NTAuthChainTrustValidator | Gets or sets the X509NTAuthChainTrustValidator that is used by the current instance during certificate validation when the incoming X.509 certificate is mapped to a Windows account. |