SignedData Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
SignedData()
Creates an instance of Signed
Declaration
public SignedData()
SignedData(ContentInfo)
Creates an instance of Signed
Declaration
public SignedData(ContentInfo contentInfo)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentInfo | The inner content of the signed message. |
SignedData(ContentInfo, Boolean)
Creates an instance of Signed
Declaration
public SignedData(ContentInfo contentInfo, bool detached)
Parameters
Type | Name | Description |
---|---|---|
Content |
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. |