Partage via


X509PeerCertificateAuthentication.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); };
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é

StoreLocation

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.

S’applique à