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 : Object, IYubiKeyCommand<QueryFipsModeResponse>
Inheritance
System.Object
QueryFipsModeCommand
Implements
Constructors
Name | Description |
---|---|
QueryFipsModeCommand() | Constructs a new instance of the QueryFipsModeCommand class. |
Properties
Name | Description |
---|---|
Application |
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. |