ReadStatusResponse Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllA 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
Constructors
Name | Description |
---|---|
ReadStatusResponse(ResponseApdu) |
Methods
Name | Description |
---|---|
GetData() | Gets the OTP application status. |