X509ChainPolicy.TrustMode Свойство

Определение

Режим определения корневого доверия для построения цепочки сертификатов.

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

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

X509ChainTrustMode

Значение X509ChainTrustMode , определяющее корневое доверие.

Комментарии

При CustomRootTrust использовании CustomTrustStore он будет использоваться вместо корневого доверия по умолчанию.

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