Show / Hide Table of Contents

ReadStatusCommand Class

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

Reads the status information maintained by the OTP application. This is sometimes necessary in order to determine whether a configuration update was successful or not.

C#
public class ReadStatusCommand : IYubiKeyCommand<ReadStatusResponse>
Inheritance object ReadStatusCommand
Implements
IYubiKeyCommand<ReadStatusResponse>

Constructors

Name Description
ReadStatusCommand()

Constructs a new instance of the ReadStatusCommand class.

Properties

Name Description
Application

Gets the YubiKey Application to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX