Compartir a través de


X509ChainPolicy.CustomTrustStore Propiedad

Definición

Representa una colección de certificados que reemplaza la confianza de certificado predeterminada.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ CustomTrustStore { System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection CustomTrustStore { get; }
member this.CustomTrustStore : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public ReadOnly Property CustomTrustStore As X509Certificate2Collection

Valor de propiedad

Colección de certificados que reemplazan la confianza de certificado predeterminada.

Comentarios

La colección solo se respeta cuando TrustMode se establece en CustomRootTrust.

Se aplica a