Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ICertProvider interface contains properties and methods of certificate provider.
ICertProvider
The ISecurityPackage.CertProvider property gives the access to the certificate provider.
Property name | Brief description | |
The Code property determines block of data with which will be matched specified random value. |
Method name | Brief description | |
The NewCode method generates a pair "block of data-random value" further used for digital signature. | ||
The OpenSigner method returns signer for the certificate which private key is sent in the specified stream. | ||
The OpenSignerBase64 method returns signer for certificate for which private key is sent. | ||
The OpenVerifier method returns controller which verifies digital signature using certificate sent in the specified stream. | ||
The OpenSignerBase64 method returns controller which verifies digital signature using passed certificate. |
See also: