CryptographyHelperDecryptAes256CbcHkdfHmac Method |
Decrypts data produced by EncryptAes256CbcHkdfHmac.
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.5.0 (8.3.5.20250916)
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