Click or drag to resize

SecurityUtilsAesEncrypt Method (Byte, 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.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string AesEncrypt(
	byte[] aKey,
	params string[] aFields
)

Parameters

aKey
Type: SystemByte
The 256-bit (32 byte) AES key.
aFields
Type: SystemString
The data fields to be encrypted.

Return Value

Type: String
The encrypted data as a base64-encoded string.
See Also