CryptographyHelperDecryptAes Method |
Function which decrypts password using the AesCryptoServiceProvider algorithm
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static string DecryptAes(
string encryptedValue,
string encryptionKey
)
Public Shared Function DecryptAes (
encryptedValue As String,
encryptionKey As String
) As String
Parameters
- encryptedValue
- Type: SystemString
Encrypted value - encryptionKey
- Type: SystemString
Password encryption key
Return Value
Type:
StringThe decrypted string
See Also