EnvelopedData.Decode Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Decode(Byte[])
Decodes an encoded CMS/PKCS #7 encrypted message from raw data. Upon successful decoding, information can be retrieved using EnvelopedData methods and properties.
Declaration
public void Decode(byte[] encodedMessage)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | encodedMessage | Arrays of bytes representing a CMS/PKCS #7 message. |