Encryption: Add debugger step through attributes
This commit is contained in:
parent
9228fcfbbb
commit
fa06f3b650
@ -31,6 +31,7 @@ Public Class EncryptionLegacy
|
||||
Return hash
|
||||
End Function
|
||||
|
||||
<DebuggerStepThrough>
|
||||
Public Function EncryptData(ByVal plaintext As String) As String
|
||||
Try
|
||||
' Convert the plaintext string to a byte array.
|
||||
@ -56,6 +57,7 @@ Public Class EncryptionLegacy
|
||||
End Function
|
||||
|
||||
'Entschlüsselt die Zeichenfolge
|
||||
<DebuggerStepThrough>
|
||||
Public Function DecryptData(ByVal EncryptedText As String) As String
|
||||
Try
|
||||
' Convert the encrypted text string to a byte array.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user