QueryFipsModeResponse Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllThe response to the QueryFipsModeCommand command, containing the YubiKey's current FIPS status.
C#
public class QueryFipsModeResponse : OtpResponse, 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. |