X509InitiatorCertificateClientElement.FindValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,其中指定要在 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 值的需求。 預設為空字串。