X509PeerCertificateAuthentication.TrustedStoreLocation Eigenschap

Definitie

Hiermee wordt de vertrouwde opslaglocatie opgehaald of ingesteld waar het clientcertificaat is gevalideerd.

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

Waarde van eigenschap

De vertrouwde opslaglocatie waar het clientcertificaat wordt gevalideerd.

Uitzonderingen

Instellen wanneer de referentie het kenmerk Alleen-lezen heeft.

Opmerkingen

Wanneer u certificaten gebruikt, valideert Windows Communication Foundation (WCF) het clientcertificaat op basis van een StoreLocation. De opslaglocatie wordt opgegeven met behulp van deze parameter.

Van toepassing op