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.