IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

EncodeHash Property

Whether the hash value is hex encoded.

Syntax

ANSI (Cross Platform)
int GetEncodeHash();
int SetEncodeHash(int bEncodeHash); Unicode (Windows) BOOL GetEncodeHash();
INT SetEncodeHash(BOOL bEncodeHash);
@property (nonatomic,readwrite,assign,getter=encodeHash,setter=setEncodeHash:) BOOL encodeHash;
- (BOOL)encodeHash;
- (void)setEncodeHash:(BOOL)newEncodeHash;
#define PID_HASH_ENCODEHASH 2

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

Default Value

TRUE

Remarks

This property specifies whether the computed hash value is hex encoded. When set to True (default) the class will hex encoded the computed hash for easier use. Set this value to False to obtain the hash value in an unmodified form.

The default value is True.

Data Type

Boolean

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