SecurityUtilsAesEncrypt Method (Byte, Byte) |
Encrypts 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 byte[] AesEncrypt(
byte[] aKey,
byte[] aData
)
Parameters
- aKey
- Type: SystemByte
The 256-bit (32 byte) AES key. - aData
- Type: SystemByte
The binary data to be encrypted.
Return Value
Type:
ByteThe encrypted data.
See Also