DeleteCredentialResponse Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllThe response to the DeleteCredentialCommand class.
C#
public class DeleteCredentialResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
Inheritance
System.Object
YubiKeyResponse
BaseYubiHsmAuthResponse
BaseYubiHsmAuthResponseWithRetries
DeleteCredentialResponse
Implements
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
Name | Description |
---|---|
DeleteCredentialResponse(ResponseApdu) | Constructs a DeleteCredential instance based on a ResponseApdu received from the YubiKey. |