Show / Hide Table of Contents

GetProtocolVersionResponse Class

Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dll

The response containing the U2F protocol version implemented by the application.

C#
public class GetProtocolVersionResponse : U2fResponse, IYubiKeyResponseWithData<string>, IYubiKeyResponse
Inheritance object YubiKeyResponse U2fResponse GetProtocolVersionResponse
Implements
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.

In this article
Back to top Generated by DocFX