Show / Hide Table of Contents

QueryFipsModeCommand Class

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

Determines if the YubiKey supports FIPS, and if so, what the status of it is.

C#
public class QueryFipsModeCommand : IYubiKeyCommand<QueryFipsModeResponse>
Inheritance object QueryFipsModeCommand
Implements
IYubiKeyCommand<QueryFipsModeResponse>

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.

In this article
Back to top Generated by DocFX