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