ICertificate

Assembly: Metabase;

Description

The ICertificate interface contains properties and methods that are used 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
Data 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 an object identifier.
Key The Key property returns the object key.
Name The Name property determines an object name.

Methods

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

See also:

Metabase Assembly Interfaces