IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

HashValue Property

The hash value.

Syntax

ANSI (Cross Platform)
int GetHashValue(char* &lpHashValue, int &lenHashValue);

Unicode (Windows)
INT GetHashValue(LPSTR &lpHashValue, INT &lenHashValue);
@property (nonatomic,readonly,assign,getter=hashValue) NSString* hashValue;
- (NSString*)hashValue;

@property (nonatomic,readonly,assign,getter=hashValueB) NSData* hashValueB; - (NSData*)hashValueB;
#define PID_HASH_HASHVALUE 3

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_Hash_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The computed hash value. This property is populated after calling ComputeHash.

This property is read-only.

Data Type

Binary String

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