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 루트 트러스트를 결정하는 값입니다.

설명

사용되는 CustomTrustStore 경우 CustomRootTrust 기본 루트 트러스트 대신 사용됩니다.

적용 대상