ICertSigner

Assembly: Metabase;

Description

The ICertSigner interface contains properties and methods of digital signature signer.

Inheritance Hierarchy

ICertSigner

Comments

Signer with digital signature can be obtained using the ICertProvider.OpenSigner or ICertProvider.OpenSignerBase64 method.

Properties

  Property name Brief description
Name The Name property returns name of the digital signature signer.

Methods

  Method name Brief description
Sign The Sign method digitally signs the specified block of data.

See also:

Metabase Assembly Interfaces