VerifyFipsModeResponse Class
Namespace: Yubico.YubiThe response to the Verify
C#
public sealed class VerifyFipsModeResponse : U2fResponse, IYubiKeyResponseWithData<bool>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
Verify |
Constructs a VerifyFipsModeResponse based on a ResponseApdu received from the YubiKey. |
Properties
Name | Description |
---|---|
Status |
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 |
---|---|
Get |
Gets the response data, presented as a boolean value. |