X509CertificateTrustedIssuerElement.FindValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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="", 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
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.