ICertProvider

Assembly: Metabase;

Description

The ICertProvider interface contains properties and methods of certificate provider.

Inheritance Hierarchy

ICertProvider

Comments

The ISecurityPackage.CertProvider property gives the access to the certificate provider.

Properties

  Property name Brief description
Code The Code property determines block of data with which will be matched specified random value.

Methods

  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:

Metabase Assembly Interfaces