IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

MACValue (property)

The computed MAC value.

Syntax

@property (nonatomic,readonly,assign,getter=MACValue) NSString* MACValue;
- (NSString*)MACValue;

@property (nonatomic,readonly,assign,getter=MACValueB) NSData* MACValueB; - (NSData*)MACValueB;
public var MACValue: String {
  get {...}
}
public var MACValueB: Data { get {...} }

Default Value

""

Remarks

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

This property is read-only.

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