Class DeleteCredentialResponse
- Namespace
- Yubico.YubiKey.YubiHsmAuth.Commands
- Assembly
- Yubico.YubiKey.dll
The response to the DeleteCredentialCommand class.
public class DeleteCredentialResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
- Inheritance
-
objectDeleteCredentialResponse
- Implements
- Inherited Members
Remarks
If authentication failed, the Status will be set to AuthenticationRequired and RetriesRemaining will contain the number of retries remaining for the management key.
The associated command class is DeleteCredentialCommand.
Constructors
DeleteCredentialResponse(ResponseApdu)
Constructs a DeleteCredential instance based on a ResponseApdu received from the YubiKey.
public DeleteCredentialResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe ResponseApdu returned by the YubiKey.