SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

externalCryptoKeySecret (property)

The pre-shared key used for DC request authentication.

Syntax

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

Default Value

""

Remarks

The pre-shared key used for DC request authentication. This key must be set and match the key used by the DCAuth counterpart for the scheme to work.

Read more about configuring authentication in the ExternalCryptoKeyID topic.

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