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