SignedCms.SignerInfos 屬性

定義

SignerInfos 屬性會擷取與 CMS/PKCS #7 訊息關聯的 SignerInfoCollection 集合。

public:
 property System::Security::Cryptography::Pkcs::SignerInfoCollection ^ SignerInfos { System::Security::Cryptography::Pkcs::SignerInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfoCollection SignerInfos { get; }
member this.SignerInfos : System.Security.Cryptography.Pkcs.SignerInfoCollection
Public ReadOnly Property SignerInfos As SignerInfoCollection

屬性值

SignerInfoCollection

SignerInfoCollection 物件,表示 CMS/PKCS #7 訊息的簽署人資訊。

適用於

另請參閱