IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

CertThumbprintMD5 Property

MD5 hash of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertThumbprintMD5();

Unicode (Windows)
LPWSTR GetCertThumbprintMD5();
@property (nonatomic,readonly,assign,getter=certThumbprintMD5) NSString* certThumbprintMD5;
- (NSString*)certThumbprintMD5;
#define PID_CERTMGR_CERTTHUMBPRINTMD5 18

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

MD5 hash of the certificate. If the hash does not already exist, it is computed.

This property is read-only.

Data Type

String

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