Decodes an encoded CMS/PKCS #7 encrypted message from raw data.
Upon successful decoding, information can be retrieved using EnvelopedData
methods and properties.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Decode ( _ encodedMessage As Byte() _ ) |
C# |
---|
public void Decode( byte[] encodedMessage ) |
Parameters
- encodedMessage
- Type: array<System..::..Byte>[]()[][]
Arrays of bytes representing a CMS/PKCS #7 message.