IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

useHex (property)

Whether the key is hex encoded.

Syntax

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

Default Value

FALSE

Remarks

This setting specifies whether the created Key is hex encoded when calling CreateKey. The default value is False.

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