Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

SignedData Constructor

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

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.

In This Article
  • SignedData()
  • SignedData(ContentInfo)
  • SignedData(ContentInfo, Boolean)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies