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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also