Avaya Client Services API Reference (iOS)
Enumerations
CSTLSVersion.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSTLSVersion {
  CSTLSVERSION_1_0,
  CSTLSVERSION_1_1,
  CSTLSVERSION_1_2,
  CSTLSVERSION_1_3
}
 Enum indicating the TLS protocol version. More...
 

Enumeration Type Documentation

Enum indicating the TLS protocol version.

Enumerator
CSTLSVERSION_1_0 

Corresponds to TLS 1.0.

CSTLSVERSION_1_1 

Corresponds to TLS 1.1.

CSTLSVERSION_1_2 

Corresponds to TLS 1.2.

CSTLSVERSION_1_3 

Corresponds to TLS 1.3.