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