This commit is contained in:
2023-01-24 16:32:36 +01:00
parent 613b0c0765
commit 5e51e9e9f3
22 changed files with 142 additions and 13794 deletions

View File

@@ -3,7 +3,7 @@ Imports NLog
Imports DigitalData.Modules.Logging
Public Class clsEncryption
Private TripleDes As New TripleDESCryptoServiceProvider
Private Logger As DigitalData.Modules.Logging.Logger
Private Logger As Modules.Logging.Logger
Sub New(ByVal key As String, LogConf As LogConfig)
Logger = LogConf.GetLogger
' Initialize the crypto provider.