Show / Hide Table of Contents

QueryFipsModeResponse Class

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

The response to the QueryFipsModeCommand command, containing the YubiKey's current FIPS status.

C#
public class QueryFipsModeResponse : OtpResponse, IYubiKeyResponseWithData<bool>, IYubiKeyResponse
Inheritance object YubiKeyResponse OtpResponse QueryFipsModeResponse
Implements
IYubiKeyResponseWithData<bool>
IYubiKeyResponse

Constructors

Name Description
QueryFipsModeResponse(ResponseApdu)

Constructs a QueryFipsModeResponse based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Gets the FIPS status.

In this article
Back to top Generated by DocFX