Show / Hide Table of Contents

ClientPinResponse Class

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

The response partner to ClientPinCommand.

C#
public class ClientPinResponse : Fido2Response, IYubiKeyResponseWithData<ClientPinData>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response ClientPinResponse
Implements
IYubiKeyResponseWithData<ClientPinData>
IYubiKeyResponse

Remarks

Like ClientPinCommand, this response represents all of the possible outputs of all subcommands supported by authenticatorClientPin. It is recommended that you use the command class that corresponds with the particular subcommand you care about. Doing so will return a more specific response partner class that will only contain the information relevant to that subcommand.

Constructors

Name Description
ClientPinResponse(ResponseApdu)

Constructs a new instance of ClientPinResponse based on a response APDU provided by the YubiKey.

Methods

Name Description
GetData()

Gets the data from the YubiKey response.

In this article
Back to top Generated by DocFX