ICertificates.FindByKey

Syntax

FindByKey(Key: Integer): ICertificate;

Parameters

Key. Certificate key.

Description

The FindByKey method searches security certificate by key.

Comments

The method returns certificate parameters in case of successful search and Null, a certificate with the specified key is absent.

See also:

ICertificates