ICertificate

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The ICertificate interface contains properties and methods to work with security certificate.

Inheritance hierarchy

ICertificate

Comments

Certificate parameters can be obtained with the ICertificates interface properties and methods.

Properties

  Property name Brief description
The Data property returns certificate contents as text line of the Base64 format.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines the object's identifier.
Key The Key property returns the object key.
Name The Name property determines the name of the object.

Methods

  Method name Brief description
The GetData method loads contents of the current certificate to the specified stream.
The SetData method loads contents to the current certificate from the specified stream.

See also:

Metabase Assembly Interfaces