CertificateAuthenticationOptions.ChainTrustValidationMode Property

Definition

Method used to validate certificate chains against CustomTrustStore.

public:
 property System::Security::Cryptography::X509Certificates::X509ChainTrustMode ChainTrustValidationMode { System::Security::Cryptography::X509Certificates::X509ChainTrustMode get(); void set(System::Security::Cryptography::X509Certificates::X509ChainTrustMode value); };
public System.Security.Cryptography.X509Certificates.X509ChainTrustMode ChainTrustValidationMode { get; set; }
member this.ChainTrustValidationMode : System.Security.Cryptography.X509Certificates.X509ChainTrustMode with get, set
Public Property ChainTrustValidationMode As X509ChainTrustMode

Property Value

Defaults to System.

Remarks

This property must be set to CustomRootTrust to enable CustomTrustStore to be used in certificate chain validation.

Applies to