CertificateReferenceElement.StoreLocation Propriedade

Definição

Recebe ou define um valor que especifica a localização do armazenamento de certificados que o cliente pode usar para validar o certificado do servidor.

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.LocalMachine)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

Valor de Propriedade

A que especifica a localização do armazenamento de certificados que StoreLocation o cliente pode usar para validar o certificado do servidor. O valor predefinido é LocalMachine.

Atributos

Aplica-se a