X509InitiatorCertificateClientElement.StoreLocation Свойство

Определение

Возвращает или задает значение, определяющее расположение хранилища сертификатов, которое клиент может использовать для проверки сертификата сервера.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation StoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

Значение свойства

Объект StoreLocation , указывающий расположение хранилища сертификатов, которое клиент может использовать для проверки сертификата сервера. Значение по умолчанию — LocalMachine.

Атрибуты

Применяется к