This topic has not yet been rated - Rate this topic

X509SecurityTokenHandler Properties

.NET Framework 4.5

The X509SecurityTokenHandler type exposes the following members.

  Name Description
Public property CanValidateToken Gets a value that indicates whether this handler supports validation of tokens of type X509SecurityToken. (Overrides SecurityTokenHandler.CanValidateToken.)
Public property CanWriteToken Gets a value that indicates whether this handler can write tokens of type X509SecurityToken. (Overrides SecurityTokenHandler.CanWriteToken.)
Public property CertificateValidator Gets or sets the X509CertificateValidator that is used by the current instance.
Public property Configuration Gets or sets the SecurityTokenHandlerConfiguration object that provides configuration for the current instance. (Inherited from SecurityTokenHandler.)
Public property ContainingCollection Gets the token handler collection that contains the current instance. (Inherited from SecurityTokenHandler.)
Public property MapToWindows Gets or sets a value that indicates whether the validating token should be mapped to a Windows account.
Public property TokenType Gets the Type of the tokens that this handler processes. (Overrides SecurityTokenHandler.TokenType.)
Public property WriteXmlDSigDefinedClauseTypes Gets or Sets the value that specifies whether XmlDsig-defined clause types are preferred.
Public property 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.