IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

KeyList Event

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

Syntax

class CertMgrKeyListEventParams {
public:
  const QString &KeyContainer();
  int KeyType();
  const QString &AlgId();
  int KeyLen();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void KeyList(CertMgrKeyListEventParams *e);
// Or, subclass CertMgr and override this emitter function. virtual int FireKeyList(CertMgrKeyListEventParams *e) {...}

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) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Qt Edition - Version 20.0 [Build 8154]