CertPublicKey Property

The public key of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertPublicKey();

Unicode (Windows)
LPWSTR GetCertPublicKey();
@property (nonatomic,readonly,assign,getter=certPublicKey) NSString* certPublicKey;
- (NSString*)certPublicKey;
#define PID_CERTMGR_CERTPUBLICKEY 11

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The public key of the certificate. The key is provided as PEM/Base64-encoded data.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 C++ Edition - Version 20.0 [Build 8202]