SignedData Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SignedData()
Creates an instance of SignedData class.
Declaration
public SignedData()
SignedData(ContentInfo)
Creates an instance of SignedData class using the specified content information as the inner content.
Declaration
public SignedData(ContentInfo contentInfo)
Parameters
Type | Name | Description |
---|---|---|
ContentInfo | contentInfo | The inner content of the signed message. |
SignedData(ContentInfo, Boolean)
Creates an instance of SignedData class using the specified content information as the inner content.
Declaration
public SignedData(ContentInfo contentInfo, bool detached)
Parameters
Type | Name | Description |
---|---|---|
ContentInfo | contentInfo | The inner content of the signed message. |
Boolean | detached | Specifies whether the signature is detached. If detached, the actual content is not included within the signed message. |