X509ClientCertificateCredentialsElement.FindValue Proprietà

Definizione

Ottiene o imposta una stringa che specifica il valore da cercare nell'archivio certificati 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

Valore della proprietà

Valore da cercare nell'archivio certificati X.509.

Attributi

Commenti

Il tipo contenuto in questa proprietà deve soddisfare i requisiti del valore X509FindType specificato. Il valore predefinito è una stringa vuota.

Si applica a