CertificateAuthenticationOptions.ChainTrustValidationMode Vlastnost

Definice

Metoda používaná k ověření řetězů certifikátů proti 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

Hodnota vlastnosti

Výchozí hodnota je System.

Poznámky

Tato vlastnost musí být nastavená na hodnotu CustomRootTrust , aby se mohla CustomTrustStore používat při ověřování řetězu certifikátů.

Platí pro