Click or drag to resize
SecurityPolicyConfigurationMinimumPermittedTLSProtocolVersion Property
Specifies the minimum permitted TLS protocol version supported by the application. Default value is TLS1_0

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public TLSProtocolVersion MinimumPermittedTLSProtocolVersion { get; set; }

Property Value

Type: TLSProtocolVersion
Remarks
Allowed TLS protocols
  • TLS1_0: All protocols are allowed
  • TLS1_1: TLS 1.1 and TLS 1.2 are allowed
  • TLS1_2: Only TLS 1.2 is allowed
  • TLS1_3: Only TLS 1.3 is allowed
See Also