Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ICertificates interface contains properties and methods to work with collection of security certificates.
ICertificates
To get collection of security certificates, use the IMetabasePolicy.Certificates property.
| Property name | Brief description | |
| The Count property returns number of certificates in collection. | ||
| The Item property returns parameters of the certificate by its index in the collection. |
| Method name | Brief description | |
| The Add method adds certificate to the collection and returns its parameters. | ||
| The Clear method removes all certificates from collection. | ||
| The FindById method searches security certificate by identifier. | ||
| The FindByKey method searches security certificate by key. | ||
| The Remove method removes certificate by index and returns the attribute of successful removing. | ||
| The RemoveById method removes certificate by identifier and returns attribute of successful removing. | ||
| The RemoveByKey method removes certificate by key and returns attribute of successful removing. |
See also: