Creates an instance of SignedData class using the specified content information as the inner content.

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

Syntax

Visual Basic
Public Sub New ( _
	contentInfo As ContentInfo _
)
C#
public SignedData(
	ContentInfo contentInfo
)

Parameters

contentInfo
Type: Rebex.Security.Cryptography.Pkcs..::..ContentInfo
The inner content of the signed message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also