GetData Method
GetData()
Gets the registration data from the response.
C#
public RegistrationData GetData()
Returns
The data in the response APDU, presented as a RegistrationData object.
Implements
Exceptions
Type | Condition |
---|---|
InvalidOperationException |
Remarks
If the status of the response is not 'Success', this method will fail. If the status of the response is ConditionsNotSatisfied then clients should retry the command until it succeeds (when user presence is confirmed, generally through touch).
Throws a System.ArgumentException in the event of an error parsing the device response.