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="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.FindValue : string with get, set
Public Property FindValue As String

プロパティ値

X.509 証明書ストアで検索する値。

属性

注釈

このプロパティに格納されている型は、指定された X509FindType 値の要件を満たす必要があります。 既定値は空の文字列です。

適用対象