X509ClientCertificateCredentialsElement.FindValue Vlastnost

Definice

Získá nebo nastaví řetězec, který určuje hodnotu, která se má vyhledat v úložiště certifikátů 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

Hodnota vlastnosti

String

Hodnota, která se má vyhledat v obchodě certifikátů X.509.

Atributy

Poznámky

Typ obsažený v této vlastnosti musí splňovat požadavky zadané X509FindType hodnoty. Výchozí hodnota je prázdný řetězec.

Platí pro