Show / Hide Table of Contents

VerifyFipsModeResponse Class

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

The response to the VerifyFipsModeCommand command, containing the response from the YubiKey.

C#
public sealed class VerifyFipsModeResponse : U2fResponse, IYubiKeyResponseWithData<bool>, IYubiKeyResponse
Inheritance object YubiKeyResponse U2fResponse VerifyFipsModeResponse
Implements
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.

In This Article
  • Constructors
  • Properties
  • Methods
Back to top Generated by DocFX