CmsSigner.Certificates 屬性

定義

取得被視為 WholeChainExcludeRoot 之憑證的集合。

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

屬性值

與 一起考慮 WholeChainExcludeRoot 的憑證集合。

備註

當 指出應該包含多個憑證時, IncludeOption 會透過 提供 X509ChainX509ChainPolicy.ExtraStore 此集合中的憑證。 忽略屬於這個集合中任何與值無關的 IncludeOption 憑證。

適用於

另請參閱