CertThumbprintSHA1 Property

SHA1 hash of the certificate.

Syntax

ANSI (Cross Platform)
char* GetCertThumbprintSHA1();

Unicode (Windows)
LPWSTR GetCertThumbprintSHA1();
@property (nonatomic,readonly,assign,getter=certThumbprintSHA1) NSString* certThumbprintSHA1;
- (NSString*)certThumbprintSHA1;
#define PID_CERTMGR_CERTTHUMBPRINTSHA1 19

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CertMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

SHA1 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 2020 C++ Edition - Version 20.0 [Build 8307]