Click or drag to resize

SecurityPolicyConfigurationContinueOnTlsServerIdentityFailure Property

A Boolean value to specify the action to take when server identity validation fails. If true, allow the connection to continue. Otherwise, abort the connection.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool ContinueOnTlsServerIdentityFailure { get; set; }

Property Value

Type: Boolean
See Also