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

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_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 SNMP 2020 C++ Edition - Version 20.0 [Build 8202]