Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ICertVerifier interface contains properties and methods of digital signature controller.
ICertVerifier
The digital signature controller can be obtained with the ICertProvider.OpenVerifier or ICertProvider.OpenVerifierBase64 methods.
| Property name | Brief description | |
| The Name property returns name of the digital signature controller. |
| Method name | Brief description | |
| The Verify method verifies digital signature of data block and basing on initial data block. |
See also: