Method ReadSignatureBiometricData
ReadSignatureBiometricData(out String, Int32)
Yields the biometric data captured during the last signature process.
Declaration
Error ReadSignatureBiometricData(out string biodata, int format = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | biodata | The biodata as a string. |
| System.Int32 | format | There are two formats. 0: The text format that starts with an 'x'. 1: A base64 encoded sequence of NaturaSignV2 frames. |
Returns
| Type | Description |
|---|---|
| Error | Error |
Remarks
The biodata is encrypted if no real time decryption is active, see RealTimeDecryption.