IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

hashValue (property)

The hash value.

Syntax

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

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

Default Value

""

Remarks

The computed hash value. This property is populated after calling ComputeHash.

This property is read-only.

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