X509CertificateTrustedIssuerElement.StoreLocation Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor que especifica o local do repositório 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, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation
Valor da propriedade
Um StoreLocation que especifica o local do repositório de certificados que o cliente pode usar para validar o certificado do servidor. O valor padrão é LocalMachine.
- Atributos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.