ICertificates.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Certificate index in collection.

Description

The Remove method removes certificate by index and returns the attribute of successful removing.

Comments

The method returns True, if the certificate was removed and False, if the certificate cannot be removed for some reasons.

See also:

ICertificates