X509ServiceCertificateAuthenticationElement.CustomCertificateValidatorType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용할 사용자 지정 서비스 인증서 유효성 검사기의 형식을 가져오거나 설정합니다.
public:
property System::String ^ CustomCertificateValidatorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string CustomCertificateValidatorType { get; set; }
[<System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.CustomCertificateValidatorType : string with get, set
Public Property CustomCertificateValidatorType As String
속성 값
사용할 X509CertificateValidator의 형식입니다.
- 특성
설명
Windows Communication Foundation (WCF) 신뢰할 수 있는 사용자 저장소에 대 한 서비스 인증서를 확인 하는 기본 서비스 인증서 유효성 검사기를 제공 합니다. 이 검사기는 또한 인증서가 유효한 루트에 연결되었는지도 확인합니다. 사용자 지정 유효성 검사기를 사용하여 다른 동작을 지정하고, 이 속성을 사용하여 사용자 지정 유효성 검사기의 위치를 지정할 수 있습니다.