Class DeleteResponse
The response to the DeleteCommand command.
public class DeleteResponse : OathResponse, IYubiKeyResponse
- Inheritance
-
objectDeleteResponse
- Implements
- Inherited Members
Constructors
DeleteResponse(ResponseApdu)
Constructs a DeleteResponse instance based on a ResponseApdu received from the YubiKey.
public DeleteResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe 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.