EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

KeyList Event

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

Syntax

typedef void __fastcall (__closure *TibeCertMgrKeyListEvent)(System::TObject* Sender, TibeCertMgrKeyListEventParams *e);


__property TibeCertMgrKeyListEvent OnKeyList = {read=FOnKeyList, write=FOnKeyList};

typedef struct {
     String KeyContainer;
     int KeyType;
     String AlgId;
     int KeyLen;
} TibeCertMgrKeyListEventParams;

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) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]