Sdílet prostřednictvím


CmsSigner.Certificates Vlastnost

Definice

Získá kolekci certifikátů, které jsou považovány za WholeChain a ExcludeRoot.

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

Hodnota vlastnosti

Kolekce certifikátů, které se považují za a WholeChainExcludeRoot.

Poznámky

Certifikáty v této kolekci jsou poskytovány X509Chain prostřednictvím, X509ChainPolicy.ExtraStore když indikuje IncludeOption , že by mělo být zahrnuto více než jeden certifikát. Všechny certifikáty, které jsou součástí této kolekce, které nejsou relevantní pro hodnotu IncludeOption , budou ignorovány.

Platí pro

Viz také