X509ChainPolicy.CustomTrustStore Vlastnost

Definice

Představuje kolekci certifikátů nahrazující výchozí vztah důvěryhodnosti certifikátu.

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

Hodnota vlastnosti

Kolekce certifikátů nahrazující výchozí vztah důvěryhodnosti certifikátů.

Poznámky

Kolekce se respektuje pouze v případě, že TrustMode je nastavená na CustomRootTrusthodnotu .

Platí pro