Consolidate at .NET version 4.6.2

This commit is contained in:
Jonathan Jenne
2023-01-24 14:50:01 +01:00
parent 2b96e4b60e
commit 054c32e0d5
37 changed files with 79 additions and 63 deletions

View File

@@ -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