Class BaseYubiHsmAuthResponse
- Namespace
- Yubico.YubiKey.YubiHsmAuth.Commands
- Assembly
- Yubico.YubiKey.dll
The base class of YubiHSM Auth response types.
public abstract class BaseYubiHsmAuthResponse : YubiKeyResponse, IYubiKeyResponse
- Inheritance
-
objectBaseYubiHsmAuthResponse
- Implements
- Derived
- Inherited Members
Remarks
This base class adds mappings for status words which have new meanings in the YubiHSM Auth application.
Constructors
BaseYubiHsmAuthResponse(ResponseApdu)
protected BaseYubiHsmAuthResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApdu
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.