다음을 통해 공유


IssuedTokenServiceElement.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

속성 값

사용자 지정 형식의 유효성을 검사하는 데 사용되는 형식 및 어셈블리입니다.

특성

적용 대상