X509SecurityTokenHandler.X509NTAuthChainTrustValidator Property

Definition

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.

public:
 property System::IdentityModel::Tokens::X509NTAuthChainTrustValidator ^ X509NTAuthChainTrustValidator { System::IdentityModel::Tokens::X509NTAuthChainTrustValidator ^ get(); void set(System::IdentityModel::Tokens::X509NTAuthChainTrustValidator ^ value); };
public System.IdentityModel.Tokens.X509NTAuthChainTrustValidator X509NTAuthChainTrustValidator { get; set; }
member this.X509NTAuthChainTrustValidator : System.IdentityModel.Tokens.X509NTAuthChainTrustValidator with get, set
Public Property X509NTAuthChainTrustValidator As X509NTAuthChainTrustValidator

Property Value

An X.509 certificate validator that will validate a specified X.509 certificate and verify whether the certificate can be mapped to a Windows account and whether the certificate chain is trusted.

Applies to