Share via


X509ServiceCertificateAuthenticationElement.CustomCertificateValidatorType 속성

정의

사용할 사용자 지정 서비스 인증서 유효성 검사기의 형식을 가져오거나 설정합니다.

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

속성 값

String

사용할 X509CertificateValidator의 형식입니다.

특성

설명

Windows Communication Foundation (WCF) 신뢰할 수 있는 사용자 저장소에 대 한 서비스 인증서를 확인 하는 기본 서비스 인증서 유효성 검사기를 제공 합니다. 이 검사기는 또한 인증서가 유효한 루트에 연결되었는지도 확인합니다. 사용자 지정 유효성 검사기를 사용하여 다른 동작을 지정하고, 이 속성을 사용하여 사용자 지정 유효성 검사기의 위치를 지정할 수 있습니다.

적용 대상