SignerInfo.CounterSignerInfos 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
CounterSignerInfos 屬性 (Property) 擷取與簽署人資訊關聯的副簽署人組。
public:
property System::Security::Cryptography::Pkcs::SignerInfoCollection ^ CounterSignerInfos { System::Security::Cryptography::Pkcs::SignerInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get; }
member this.CounterSignerInfos : System.Security.Cryptography.Pkcs.SignerInfoCollection
Public ReadOnly Property CounterSignerInfos As SignerInfoCollection
屬性值
SignerInfoCollection 集合,表示簽署人資訊的副簽署人。 如果沒有副簽署人,則屬性 (Property) 為空集合。
備註
此 CMS/PKCS #7 的實作僅支援一個層級的計數器簽署。 也就是說,簽章可以簽署,這會形成計數器簽署,但無法再次簽署計數器簽署。