X509DefaultServiceCertificateElement.FindValue 속성

정의

X.509 인증서 저장소에서 검색할 값을 지정하는 문자열을 가져오거나 설정합니다.

public:
 property System::String ^ FindValue { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("findValue", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string FindValue { get; set; }
[System.Configuration.ConfigurationProperty("findValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)]
public string FindValue { get; set; }
[<System.Configuration.ConfigurationProperty("findValue", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.FindValue : string with get, set
[<System.Configuration.ConfigurationProperty("findValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)>]
member this.FindValue : string with get, set
Public Property FindValue As String

속성 값

String

X.509 인증서 저장소에서 검색할 값입니다.

특성

설명

이 속성에 포함된 형식은 지정된 X509FindType 값에 대한 요구 사항을 충족해야 합니다. 기본값은 빈 문자열입니다.

적용 대상