IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

objectComplianceHash (property)

The SHA-256 hash of an object, intended to be used to verify that it hasn't changed.

Syntax

@property (nonatomic,readonly,assign,getter=objectComplianceHash) NSString* objectComplianceHash;
- (NSString*)objectComplianceHash;
public var objectComplianceHash: String {
  get {...}
}

Default Value

""

Remarks

The SHA-256 hash of an object, intended to be used to verify that it hasn't changed.

This property is read-only.

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