Show / Hide Table of Contents

GetData Method

GetData()

Gets the U2F protocol version string from the response.

C#
public string GetData()

Returns

string

The data in the response APDU, which is encoded as an ASCII string. This data describes the U2F protocol version.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not Success.

Remarks

If the status of the response is not Success, this method will throw an exception.

In this article
Back to top Generated by DocFX