Consolidate at .NET version 4.6.2
This commit is contained in:
@@ -17,5 +17,12 @@ Public Class Config
|
||||
|
||||
Public Property Debug As Boolean = False
|
||||
|
||||
Public Property TlsVersion As Security.Authentication.SslProtocols = Security.Authentication.SslProtocols.Default
|
||||
Public Class TlsConfig
|
||||
Public Property EnableDefault As Boolean = True
|
||||
Public Property EnableTls1_1 As Boolean = False
|
||||
Public Property EnableTls1_2 As Boolean = False
|
||||
End Class
|
||||
|
||||
|
||||
Public Property TlsVersion As New TlsConfig
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user