SecurityUtilsAesDecrypt Method (Byte, SecurityUtilsBase64Variant, String) |
Decrypts data using the 256-bit AES algorithm.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string[] AesDecrypt(
byte[] aKey,
SecurityUtilsBase64Variant inputFormat,
string encodedData
)
Parameters
- aKey
- Type: SystemByte
The 256-bit (32 byte) AES key. - inputFormat
- Type: PDTec.IceNet.Sdk.UtilsSecurityUtilsBase64Variant
The base64 variant of the encoded data. - encodedData
- Type: SystemString
The binary data to be decrypted as a base64-encoded string.
Return Value
Type:
StringThe decrypted data fields.
See Also