PublicKey Property

The public key of an asymmetric key pair.

Syntax

ANSI (Cross Platform)
char* GetPublicKey();

Unicode (Windows)
LPWSTR GetPublicKey();
@property (nonatomic,readonly,assign,getter=publicKey) NSString* publicKey;
- (NSString*)publicKey;
#define PID_GOOGLEKMS_PUBLICKEY 47

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_GoogleKMS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property reflects the public key of an asymmetric key pair stored on the server, in PEM format; it is populated anytime the GetPublicKey method is called successfully.

This property is read-only and not available at design time.

Data Type

String

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