IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

EncodeMAC Property

Whether the MAC value is hex encoded.

Syntax

ANSI (Cross Platform)
int GetEncodeMAC();
int SetEncodeMAC(int bEncodeMAC); Unicode (Windows) BOOL GetEncodeMAC();
INT SetEncodeMAC(BOOL bEncodeMAC);
@property (nonatomic,readwrite,assign,getter=encodeMAC,setter=setEncodeMAC:) BOOL encodeMAC;
- (BOOL)encodeMAC;
- (void)setEncodeMAC:(BOOL)newEncodeMAC;
#define PID_POLY1305_ENCODEMAC 1

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

Default Value

TRUE

Remarks

This property specifies whether the computed MAC value is hex encoded. When set to True (default) the class will hex encoded the computed MAC for easier use. Set this value to False to obtain the MAC 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]