Share via


X509ServiceCertificateAuthenticationElement.TrustedStoreLocation Propriété

Définition

Obtient ou définit l'emplacement du magasin de confiance où le certificat de service 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é

Emplacement du magasin de confiance dans lequel le certificat de service est validé.

Attributs

Remarques

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

S’applique à