CertificateAuthenticationOptions.CustomTrustStore 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.
Coleção de certificados X509 que são componentes confiáveis da cadeia de certificados.
public:
property System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ CustomTrustStore { System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection CustomTrustStore { get; set; }
member this.CustomTrustStore : System.Security.Cryptography.X509Certificates.X509Certificate2Collection with get, set
Public Property CustomTrustStore As X509Certificate2Collection