Table of Contents

Class DeleteResponse

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

The response to the DeleteCommand command.

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

Constructors

DeleteResponse(ResponseApdu)

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

public DeleteResponse(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.