Reflection
TLSVersion Property


Gets or sets a value indicating which SSL or TLS version to use.
Syntax
'Declaration
 
Property TLSVersion As TLSVersionOption
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As TLSVersionOption
 
instance.TLSVersion = value
 
value = instance.TLSVersion
TLSVersionOption TLSVersion {get; set;}

Property Value

The default value is TLSVersion1_0. This value can be changed during an open connection.
See Also