IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

key (property)

The derived key.

Syntax

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

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

Default Value

""

Remarks

This property holds the derived key. After calling CreateKey this property will be populated.

This property is read-only.

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