CryptographyHelperDecryptAes256CbcHkdfHmac Method |
Decrypts data produced by EncryptAes256CbcHkdfHmac.
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntaxpublic static string DecryptAes256CbcHkdfHmac(
string encryptedData,
string masterKey
)
Public Shared Function DecryptAes256CbcHkdfHmac (
encryptedData As String,
masterKey As String
) As String
Parameters
- encryptedData
- Type: SystemString
The encrypted string - masterKey
- Type: SystemString
The master key used for encryption
Return Value
Type:
StringThe decrypted string
See Also