SecurityUtilsAesVerify Method |
Note: This API is now obsolete.
Verifies a signature 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 [ObsoleteAttribute("Use HMAC methods instead.")]
public static byte[] AesVerify(
byte[] aKey,
byte[] aData
)
Parameters
- aKey
- Type: SystemByte
The 256-bit (32 byte) AES key. - aData
- Type: SystemByte
The signature to be verified.
Return Value
Type:
ByteThe original data if the signature is valid,
null otherwise.
See Also