X509ChainPolicy.TrustMode Property

Definition

The mode determining the root trust for building the certificate chain.

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

Property Value

An X509ChainTrustMode value determining the root trust.

Remarks

When CustomRootTrust is used, the CustomTrustStore will be used instead of the default root trust.

Applies to