GetData Method
GetData()
Gets the serial number.
C#
public int GetData()
Returns
System.Int32
The data in the ResponseAPDU, presented as an int.
Implements
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | |
MalformedYubiKeyResponseException | Thrown when the data received from the YubiKey does not match the expectations of the parser. |