Method GetFirstSignerInfo
GetFirstSignerInfo(SignedCms)
Returns the first Signer Info object in the given CMS-SignedData.
Declaration
public static SignerInfo GetFirstSignerInfo(SignedCms cmsSignedData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Security.Cryptography.Pkcs.SignedCms | cmsSignedData | Thke CMS-SignedData object. |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.SignerInfo | The first SignerInfo or null in case of error |