SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSPreSharedIdentity (property)

Defines the identity used when the PSK (Pre-Shared Key) key-exchange mechanism is negotiated.

Syntax

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

Default Value

""

Remarks

Defines the identity used when the PSK (Pre-Shared Key) key-exchange mechanism is negotiated.

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