SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keySecret (property)

The pre-shared authentication key.

Syntax

@property (nonatomic,readwrite,assign,getter=keySecret,setter=setKeySecret:) NSString* keySecret;
- (NSString*)keySecret;
- (void)setKeySecret:(NSString*)newKeySecret;
public var keySecret: String {
  get {...}
set {...} }

Default Value

""

Remarks

If processing requests from a single known party, assign the key you pre-shared with them to this property. Use KeyId property to assign the ID of that key. If you expect to receive requests from many parties with different authentication keys, use KeySecretNeeded event instead.

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