CertThumbprintSHA256 Property

SHA256 hash of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertThumbprintSHA256();

Unicode (Windows)
LPWSTR GetCertThumbprintSHA256();
@property (nonatomic,readonly,assign,getter=certThumbprintSHA256) NSString* certThumbprintSHA256;
- (NSString*)certThumbprintSHA256;
#define PID_CERTMGR_CERTTHUMBPRINTSHA256 20

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

SHA256 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 MQ 2020 C++ Edition - Version 20.0 [Build 8155]