Method DecodeSignedCms
DecodeSignedCms(Byte[])
Decodes a DER encoded CMS-SignedData object.
Declaration
public static SignedCms DecodeSignedCms(byte[] CmsSignedData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | CmsSignedData | The octets of the DER-encoded CMS-SignedData object. |
Returns
Type | Description |
---|---|
System.Security.Cryptography.Pkcs.SignedCms | The decoded object or null in case of error. |