ICertificates.FindByKey

Fore Syntax

FindByKey(Key: Integer): ICertificate;

Fore.NET Syntax

FindByKey(Key: Integer): Prognoz.Platform.Interop.Metabase.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