IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

hashSignature (property)

The hash signature.

Syntax

@property (nonatomic,readwrite,assign,getter=hashSignature,setter=setHashSignature:) NSString* hashSignature;
- (NSString*)hashSignature;
- (void)setHashSignature:(NSString*)newHashSignature;

@property (nonatomic,readwrite,assign,getter=hashSignatureB,setter=setHashSignatureB:) NSData* hashSignatureB; - (NSData*)hashSignatureB; - (void)setHashSignatureB:(NSData*)newHashSignature;
public var hashSignature: String {
  get {...}
set {...} }
public var hashSignatureB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property holds the computed hash signature. This is populated after calling Sign. This must be set before calling VerifySignature.

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