Partager via


X509ClientCertificateAuthenticationElement.TrustedStoreLocation Propriété

Définition

Obtient ou définit l'emplacement du magasin de confiance dans lequel le certificat client est validé.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine)>]
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

Valeur de propriété

StoreLocation

Emplacement de magasin approuvé.

Attributs

Remarques

Windows Le système de sécurité de Communication Foundation (WCF) valide le certificat client par rapport à un StoreLocation . L'emplacement de magasin est spécifié à l'aide de cette propriété.

S’applique à