SecureBlackbox 2020 iOS Edition

Questions / Feedback?

implicitSSL (property)

Enables or disables implicit SSL mode.

Syntax

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

Default Value

FALSE

Remarks

The server can only work in one mode, explicit or implicit. Explicit mode, also called AUTH TLS, supports both TLS and plain connections. Implicit mode, also called 'dedicated port mode,' only supports TLS connections.

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