Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ICertificate interface contains properties and methods to work with security certificate.
ICertificate
Certificate parameters can be obtained with the ICertificates interface properties and methods.
Property name | Brief description | |
The Data property returns certificate contents as text line of the Base64 format. |
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. |
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: