Udostępnij za pośrednictwem


X509CertificateTrustedIssuerElement.FindValue Właściwość

Definicja

Pobiera lub ustawia ciąg określający wartość do wyszukania w magazynie certyfikatów 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

Wartość właściwości

String

Wartość do wyszukania w magazynie certyfikatów X.509.

Atrybuty

Uwagi

Typ zawarty w tej właściwości musi spełniać wymagania określonej X509FindType wartości. Wartość domyślna to pusty ciąg.

Dotyczy