Show / Hide Table of Contents

SetLegacyDeviceConfigResponse Class

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

The response to the U2F Set Legacy Device Config command.

C#
public sealed class SetLegacyDeviceConfigResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance object YubiKeyResponse SetLegacyDeviceConfigResponse
Implements
IYubiKeyResponse

Remarks

This is the partner response class to SetLegacyDeviceConfigCommand.

After executing the SetLegacyDeviceConfigCommand, the result is an instance of this class. There is no data to return. Simply check the Status property. If it is ResponseStatus.Success the command succeeded.

Constructors

Name Description
SetLegacyDeviceConfigResponse(ResponseApdu)

Constructs a SetLegacyDeviceConfigResponse from the given ResponseApdu.

In this article
Back to top Generated by DocFX