MS
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user