SignedData.SignerInfos Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SignerInfos
Gets the collection of signers associated with this CMS/PKCS #7 message.
Declaration
public SignerInfoCollection SignerInfos { get; }
Property Value
Type | Description |
---|---|
SignerInfoCollection | A collection of signers. |