SignerInfo.CounterSignerInfos 屬性

定義

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 實作僅支援一層的計數器簽署。 也就是說,簽章可以簽署,這形成計數器簽署,但無法再次簽署該反簽署。

適用於

另請參閱