SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSForceResumeIfDestinationChanges (property)

Whether to force TLS session resumption when the destination address changes.

Syntax

@property (nonatomic,readwrite,assign,getter=TLSForceResumeIfDestinationChanges,setter=setTLSForceResumeIfDestinationChanges:) BOOL TLSForceResumeIfDestinationChanges;
- (BOOL)TLSForceResumeIfDestinationChanges;
- (void)setTLSForceResumeIfDestinationChanges:(BOOL)newTLSForceResumeIfDestinationChanges;
public var TLSForceResumeIfDestinationChanges: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Whether to force TLS session resumption when the destination address changes.

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