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

X509ChainTrustMode

Wartość określająca X509ChainTrustMode relację zaufania głównego.

Uwagi

Gdy CustomRootTrust jest używany, CustomTrustStore będzie używany zamiast domyślnego głównego zaufania.

Dotyczy