X509CertificateValidator.ChainTrust Property

Definition

Gets a validator that validates the X.509 certificate using a trust chain.

public:
 static property System::IdentityModel::Selectors::X509CertificateValidator ^ ChainTrust { System::IdentityModel::Selectors::X509CertificateValidator ^ get(); };
public static System.IdentityModel.Selectors.X509CertificateValidator ChainTrust { get; }
static member ChainTrust : System.IdentityModel.Selectors.X509CertificateValidator
Public Shared ReadOnly Property ChainTrust As X509CertificateValidator

Property Value

A X509CertificateValidator that validates the X.509 certificate using a trust chain.

Remarks

This validator verifies that the X.509 certificate is valid and issued by a trusted issuer using a certificate chain.

The value of this static property can be supplied as a parameter to one of the constructors for the X509SecurityTokenAuthenticator class.

Applies to