CmsSigner.Certificates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得被視為 WholeChain 和 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
屬性值
搭配 和 ExcludeRoot考慮的WholeChain憑證集合。
備註
當指出應該包含多個憑證時IncludeOption,會透過 X509ChainX509ChainPolicy.ExtraStore 提供此集合中的憑證。 忽略屬於這個集合中與值無關 IncludeOption 的任何憑證。