Decodes an encoded CMS/PKCS #7 signed message from raw data. Upon successful decoding, information can be retrieved using SignedData 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>[]()[][]
Array of bytes representing a CMS/PKCS #7 message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also