IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

CertFingerprint Property

The hex-encoded, 16-byte MD5 fingerprint of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertFingerprint();

Unicode (Windows)
LPWSTR GetCertFingerprint();
@property (nonatomic,readonly,assign,getter=certFingerprint) NSString* certFingerprint;
- (NSString*)certFingerprint;
#define PID_CERTMGR_CERTFINGERPRINT 5

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The hex-encoded, 16-byte MD5 fingerprint of the certificate.

This is in the form:

bc:2a:72:af:fe:58:17:43:7a:5f:ba:5a:7c:90:f7:02

This property is read-only.

Data Type

String

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