Share via


X509PeerCertificateAuthentication.TrustedStoreLocation Vlastnost

Definice

Získá nebo nastaví umístění důvěryhodného úložiště, kde je klientský certifikát ověřen.

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

Hodnota vlastnosti

Důvěryhodné umístění úložiště, kde se ověřuje klientský certifikát.

Výjimky

Nastaví se, když jsou přihlašovací údaje jen pro čtení.

Poznámky

Při použití certifikátů ověřuje systém zabezpečení WINDOWS Communication Foundation (WCF) klientský certifikát proti StoreLocation. Umístění úložiště je určeno pomocí tohoto parametru.

Platí pro