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

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_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) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Edition - Version 20.0 [Build 8501]