GetData Method
GetData()
Gets the U2F protocol version string from the response.
C#
public string GetData()
Returns
System.String
The data in the response APDU, which is encoded as an ASCII string. This data describes the U2F protocol version.
Implements
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException |
Remarks
If the status of the response is not Success, this method will throw an exception.