Partager via


X509PeerCertificateAuthenticationElement.TrustedStoreLocation Propriété

Définition

Obtient ou définit l'emplacement du magasin de confiance dans lequel le certificat homologue 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.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
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 homologue est validé.

Attributs

Remarques

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

S’applique à