X509CertificateTrustedIssuerElement.FindValue Vlastnost

Definice

Získá nebo nastaví řetězec, který určuje hodnotu, která se má vyhledat v úložišti certifikátů X. 509.

public:
 property System::String ^ FindValue { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("findValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string FindValue { get; set; }
[<System.Configuration.ConfigurationProperty("findValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.FindValue : string with get, set
Public Property FindValue As String

Hodnota vlastnosti

String

Hodnota, která se má vyhledat v úložišti 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