ReadStatusCommand Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllReads 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 : Object, IYubiKeyCommand<ReadStatusResponse>
Inheritance
System.Object
ReadStatusCommand
Implements
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. |