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, _
	detached As Boolean _
)
C#
public SignedData(
	ContentInfo contentInfo,
	bool detached
)

Parameters

contentInfo
Type: Rebex.Security.Cryptography.Pkcs..::..ContentInfo
The inner content of the signed message.
detached
Type: System..::..Boolean
Specifies whether the signature is detached. If detached, the actual content is not included within the signed message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also