X509ChainPolicy.TrustMode Właściwość

Definicja

Tryb określania zaufania głównego do tworzenia łańcucha certyfikatów.

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

Wartość właściwości

Wartość X509ChainTrustMode określająca zaufanie główne.

Uwagi

Gdy CustomRootTrust jest używany, zostanie użyta CustomTrustStore wartość zamiast domyślnego zaufania głównego.

Dotyczy