Method DecryptBiometricData
DecryptBiometricData(out String, String, Byte[])
Decrypts the encrypted biodata text with the given aeskey.
Declaration
Error DecryptBiometricData(out string biodataXYFLT, string encryptedBioDataXYFLT, byte[] aesKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | biodataXYFLT | The decrypted biodata. |
System.String | encryptedBioDataXYFLT | The encrypted biodata. |
System.Byte[] | aesKey | AES key. |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
See ReadSignatureBiometricData(out String, Int32). This uses the xyzflt format. Example: x123y456z33f0l0t0x125y457z33f1l0t2...