X509PeerCertificateElement.FindValue Propriété

Définition

Obtient ou définit une chaîne qui spécifie la valeur à rechercher dans le magasin de certificats 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

Valeur de propriété

Valeur à rechercher dans le magasin de certificats X.509.

Attributs

Remarques

Le type contenu dans cette propriété doit répondre aux exigences de la valeur X509FindType spécifiée. La valeur par défaut est une chaîne vide.

S’applique à