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