ICertificates

Assembly: Metabase;

Description

The ICertificates interface contains properties and methods that are used to work with a collection of security certificates.

Inheritance Hierarchy

ICertificates

Comments

To get collection of security certificates, use the IMetabasePolicy.Certificates property.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces