IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

sharedSecret (property)

The computed shared secret.

Syntax

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

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

Default Value

""

Remarks

This property holds the shared secret computed by ComputeSecret.

This property is read-only.

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