Show / Hide Table of Contents

SetDeviceInfoResponse Class

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

The response to the U2F Set Device Info command.

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

Remarks

This is the partner response class to SetDeviceInfoCommand.

After executing the SetDeviceInfoCommand, 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
SetDeviceInfoResponse(ResponseApdu)

Constructs a SetDeviceInfoResponse from the given ResponseApdu.

Properties

Name Description
StatusCodeMap

Retrieves the details describing the processing state.

In this article
Back to top Generated by DocFX