IP*Works! OpenPGP V9 - Online Help
IP*Works! OpenPGP V9
Questions / Feedback?

KeyList Event

Lists the keysets in a CSP (see the ListKeys method).

Syntax

type TKeyListEvent = procedure KeyList(Sender: TObject; const KeyContainer: String; KeyType: Integer; const AlgId: String; KeyLen: Integer) of object;
property OnKeyList: TKeyListEvent read FOnKeyList write FOnKeyList;

Remarks

The KeyContainer parameter is the name used to identify the keyset (public/private key pair) when it was first created.

KeyType shows the key type: 1 for key exchange (encryption) keys, and 2 for digital signature keys.

KeyLen shows the length of the public key (in bits).

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0