X509DefaultServiceCertificateElement.FindValue Właściwość

Definicja

Pobiera lub ustawia ciąg, który określa 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="")]
[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

Wartość właściwości

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