Share via


X509ChainPolicy.TrustMode Özellik

Tanım

Sertifika zincirini oluşturmak için kök güveni belirleyen mod.

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

Özellik Değeri

X509ChainTrustMode Kök güveni belirleyen bir değer.

Açıklamalar

CustomRootTrust kullanıldığında, CustomTrustStore varsayılan kök güven yerine kullanılır.

Şunlara uygulanır