IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

MACValue Property

The computed MAC value.

Syntax

ANSI (Cross Platform)
int GetMACValue(char* &lpMACValue, int &lenMACValue);

Unicode (Windows)
INT GetMACValue(LPSTR &lpMACValue, INT &lenMACValue);
@property (nonatomic,readonly,assign,getter=MACValue) NSString* MACValue;
- (NSString*)MACValue;

@property (nonatomic,readonly,assign,getter=MACValueB) NSData* MACValueB; - (NSData*)MACValueB;
#define PID_POLY1305_MACVALUE 5

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

Default Value

""

Remarks

The 128 bit (16 byte) MAC value calculated after calling ComputeMAC.

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]