Share via


X509InitiatorCertificateClientElement.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 值的需求。 預設為空字串。

適用於