Initializes a new instance of ContentInfo using the specified array of bytes as content and an object identifier "data" as content type.

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

Syntax

Visual Basic
Public Sub New ( _
	content As Byte() _
)
C#
public ContentInfo(
	byte[] content
)

Parameters

content
Type: array<System..::..Byte>[]()[][]
The message content.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also