다음을 통해 공유


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입니다.

설명

인증서 체인 유효성 검사에 사용할 수 있도록 CustomTrustStore 하려면 이 속성을 로 설정 CustomRootTrust 해야 합니다.

적용 대상