Encodes the EnvelopedData object into CMS/PKCS #7 message data.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function Encode As Byte()
C#
public byte[] Encode()

Return Value

Array of bytes representing a CMS/PKCS #7 message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also