Fix Namespace

This commit is contained in:
Jonathan Jenne
2023-09-19 13:15:42 +02:00
parent e811cd9c2a
commit 1ca7a009d9
12 changed files with 26 additions and 34 deletions

View File

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