IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

encodeMAC (property)

Whether the MAC value is hex encoded.

Syntax

@property (nonatomic,readwrite,assign,getter=encodeMAC,setter=setEncodeMAC:) BOOL encodeMAC;
- (BOOL)encodeMAC;
- (void)setEncodeMAC:(BOOL)newEncodeMAC;
public var encodeMAC: Bool {
  get {...}
set {...} }

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.

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