Show / Hide Table of Contents

ReadStatusResponse Class

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

A shared response for many OTP commands, containing the YubiKey's current OTP application status. This is often used to verify whether a configuration was successfully applied or not.

C#
public class ReadStatusResponse : OtpResponse, IYubiKeyResponseWithData<OtpStatus>, IYubiKeyResponse
Inheritance object YubiKeyResponse OtpResponse ReadStatusResponse
Implements
IYubiKeyResponseWithData<OtpStatus>
IYubiKeyResponse

Constructors

Name Description
ReadStatusResponse(ResponseApdu)

Methods

Name Description
GetData()

Gets the OTP application status.

In this article
Back to top Generated by DocFX