GetProtocolVersionResponse Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllThe response containing the U2F protocol version implemented by the application.
C#
public class GetProtocolVersionResponse : U2fResponse, IYubiKeyResponseWithData<string>, IYubiKeyResponse
Remarks
This is the partner Response class to GetProtocolVersionCommand. The data is returned as a string, describing the protocol version of the U2F application.
Constructors
Name | Description |
---|---|
GetProtocolVersionResponse(ResponseApdu) | Constructs a GetProtocolVersionResponse object from the given ResponseApdu. |
Methods
Name | Description |
---|---|
GetData() | Gets the U2F protocol version string from the response. |