KeyRingList Event

Fires once for each key ring when listing key rings.

Syntax

ANSI (Cross Platform)
virtual int FireKeyRingList(GoogleKMSKeyRingListEventParams *e);
typedef struct {
const char *Name;
const char *CreationDate; int reserved; } GoogleKMSKeyRingListEventParams; Unicode (Windows) virtual INT FireKeyRingList(GoogleKMSKeyRingListEventParams *e);
typedef struct {
LPCWSTR Name;
LPCWSTR CreationDate; INT reserved; } GoogleKMSKeyRingListEventParams;
- (void)onKeyRingList:(NSString*)name :(NSString*)creationDate;
#define EID_GOOGLEKMS_KEYRINGLIST 5

virtual INT CLOUDKEYS_CALL FireKeyRingList(LPSTR &lpszName, LPSTR &lpszCreationDate);

Remarks

This event fires once for each key ring returned when ListKeyRings or GetKeyRingInfo is called.

Name reflects the name of the key ring.

CreationDate reflects the key ring's creation date, formatted as an RFC 3339 UTC timestamp.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 C++ Edition - Version 20.0 [Build 8157]