Imports DigitalData.Modules.Config.ConfigAttributes Public Class Config Public Property SQLServerConnectionString As String = "" Public Property SQLServerTestConnectionString As String = "" Public Property Debug As Boolean = False 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