SecurityUtilsAesEncrypt Method (String, String) |
Encrypts data using the 256-bit AES algorithm.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static string AesEncrypt(
string key,
params string[] aFields
)
Parameters
- key
- Type: SystemString
The 256-bit (32 byte) AES key as a 64-char hex string. - aFields
- Type: SystemString
The data fields to be encrypted.
Return Value
Type:
StringThe encrypted data as a base64-encoded string.
See Also