ICertificates.FindById

Syntax

FindById(Id: String): ICertificate;

Parameters

Id. Certificate identifier.

Description

The FindById method searches security certificate by identifier.

Comments

The method returns the certificate parameters in case the search is successful and Null, in case if the certificate with the specified identifier is absent.

See also:

ICertificates