VerifyFipsModeResponse Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllThe response to the VerifyFipsModeCommand command, containing the response from the YubiKey.
C#
public sealed class VerifyFipsModeResponse : U2fResponse, IYubiKeyResponseWithData<bool>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
VerifyFipsModeResponse(ResponseApdu) | Constructs a VerifyFipsModeResponse based on a ResponseApdu received from the YubiKey. |
Properties
Name | Description |
---|---|
StatusCodeMap | Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO U2F specifications. |
Methods
Name | Description |
---|---|
GetData() | Gets the response data, presented as a boolean value. |