Assembly: Metabase;
The ICertSigner interface contains properties and methods of digital signature signer.
ICertSigner
Signer with digital signature can be obtained using the ICertProvider.OpenSigner or ICertProvider.OpenSignerBase64 method.
Property name | Brief description | |
Name | The Name property returns name of the digital signature signer. |
Method name | Brief description | |
Sign | The Sign method digitally signs the specified block of data. |
See also: