X509PeerCertificateAuthenticationElement.TrustedStoreLocation Właściwość

Definicja

Pobiera lub ustawia zaufanej lokalizacji magazynu, w którym certyfikat równorzędny jest weryfikowany.

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

Wartość właściwości

StoreLocation

Zaufana lokalizacja magazynu, w którym weryfikowany jest certyfikat elementu równorzędnego.

Atrybuty

Uwagi

Windows Communication Foundation zabezpieczeń (WCF) weryfikuje certyfikat równorzędny względem elementu StoreLocation . Lokalizacja magazynu jest określana przy użyciu tej właściwości.

Dotyczy