CertificateAuthenticationOptions.ChainTrustValidationMode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대해 인증서 체인의 유효성을 검사하는 데 사용되는 메서드입니다 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 해야 합니다.