SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSUseSessionResumption (property)

Enables or disables TLS session resumption capability.

Syntax

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

Default Value

FALSE

Remarks

Enables or disables TLS session resumption capability.

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