Table of Contents

Class RenameResponse

Namespace
Yubico.YubiKey.Oath.Commands
Assembly
Yubico.YubiKey.dll

The response to the RenameCommand command.

public class RenameResponse : OathResponse, IYubiKeyResponse
Inheritance
object
RenameResponse
Implements
Inherited Members

Constructors

RenameResponse(ResponseApdu)

Constructs a RenameResponse instance based on a ResponseApdu received from the YubiKey.

public RenameResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The ResponseApdu returned by the YubiKey.

Properties

StatusCodeMap

Retrieves the details describing the processing state.

protected override YubiKeyResponse.ResponseStatusPair StatusCodeMap { get; }

Property Value

YubiKeyResponse.ResponseStatusPair

The ResponseStatus and a descriptive message, as a YubiKeyResponse.ResponseStatusPair.

Remarks

Implementers of subtypes can override this member to change or add mappings.