SecurityUtilsVerifyAes Method |
Verifies a signature using the 256-bit AES algorithm.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static byte[] VerifyAes(
byte[] data,
byte[] aesKey
)
Parameters
- data
- Type: SystemByte
The signature to be verified. - aesKey
- Type: SystemByte
The 256-bit (32 byte) AES key.
Return Value
Type:
ByteThe original data if the signature is valid,
null otherwise.
See Also