CmsSigner.Certificates Właściwość

Definicja

Pobiera kolekcję certyfikatów, które są brane pod uwagę z elementami WholeChain i ExcludeRoot.

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

Wartość właściwości

Kolekcja certyfikatów, które są brane pod uwagę przy użyciu WholeChain elementów i ExcludeRoot.

Uwagi

Certyfikaty w tej kolekcji są udostępniane za pośrednictwem metody X509ChainPolicy.ExtraStore , gdy IncludeOption wskazuje, że należy uwzględnić X509Chain więcej niż jeden certyfikat. Każdy certyfikat, który jest częścią tej kolekcji, który nie jest istotny dla IncludeOption wartości, jest ignorowany.

Dotyczy

Zobacz też