SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSBaseConfiguration (property)

Selects the base configuration for the TLS settings.

Syntax

@property (nonatomic,readwrite,assign,getter=TLSBaseConfiguration,setter=setTLSBaseConfiguration:) int TLSBaseConfiguration;
- (int)TLSBaseConfiguration;
- (void)setTLSBaseConfiguration:(int)newTLSBaseConfiguration;

/* Possible Values */
STPC_DEFAULT(0),
STPC_COMPATIBLE(1),
STPC_COMPREHENSIVE_INSECURE(2),
STPC_HIGHLY_SECURE(3)
public var TLSBaseConfiguration: RestclientTLSBaseConfigurations {
  get {...}
set {...} }
public enum RestclientTLSBaseConfigurations : Int32 { case stpcDefault = 0 case stpcCompatible = 1 case stpcComprehensiveInsecure = 2 case stpcHighlySecure = 3 }

Default Value

0

Remarks

Selects the base configuration for the TLS settings. Several profiles are on offer, tuned up for different purposes, such as high security or higher compatibility.

stpcDefault0
stpcCompatible1
stpcComprehensiveInsecure2
stpcHighlySecure3

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