CertificateAuthenticationOptions.ChainTrustValidationMode Свойство

Определение

Метод, используемый для проверки цепочек сертификатов в .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

Значение свойства

По умолчанию — System.

Комментарии

Этому свойству необходимо присвоить значение , CustomRootTrust чтобы его CustomTrustStore можно было использовать при проверке цепочки сертификатов.

Применяется к