Assembly: 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 | |
Code | The Code property determines block of data with which will be matched specified random value. |
Method name | Brief description | |
NewCode | The NewCode method generates a pair "block of data-random value" further used for digital signature. | |
OpenSigner | The OpenSigner method returns signer for the certificate which private key is sent in the specified stream. | |
OpenSignerBase64 | The OpenSignerBase64 method returns signer for certificate for which private key is sent. | |
OpenVerifier | The OpenVerifier method returns controller which verifies digital signature using certificate sent in the specified stream. | |
OpenVerifierBase64 | The OpenSignerBase64 method returns controller which verifies digital signature using passed certificate. |
See also: