QueryFipsModeCommand Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllDetermines if the YubiKey supports FIPS, and if so, what the status of it is.
C#
public class QueryFipsModeCommand : IYubiKeyCommand<QueryFipsModeResponse>
Inheritance
object
QueryFipsModeCommand
Implements
Constructors
Name | Description |
---|---|
QueryFipsModeCommand() | Constructs a new instance of the QueryFipsModeCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies. |
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. |