The DigitalSignerBase type exposes the following members.

Constructors

  Name Description
DigitalSignerBase
Initializes a new instance of the DigitalSignerBase class.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Sign
Signs the specified data and add a timestamp from the given TSA client
ToString (Inherited from Object.)

Properties

  Name Description
AddCACertificate
Gets or Sets addCACertificate flag to embedd CA certificate in the signature.
CAdES
If set to true generates a CAdES signature.
Detached
If true generates a detached signature.
Licensee
Gets or sets the name of the licensee supplied in the license file
Multisignature
if set to true generates a multisignature signature.
ProductKey
Gets or sets the product key supplied in the license file
TsaClient
The tsa client.

See Also