X509PeerCertificateAuthentication.TrustedStoreLocation 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 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); };
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation
Valeur de propriété
Emplacement du magasin de confiance dans lequel le certificat client est validé.
Exceptions
Défini lorsque les informations d'identification sont en lecture seule.
Remarques
Lors de l’utilisation de certificats, le système de sécurité Windows Communication Foundation (WCF) valide le certificat client par rapport à un StoreLocation . L'emplacement de magasin est spécifié à l'aide de ce paramètre.