Class DeleteKeyResponse
The DeleteKeyResponse for the corresponding DeleteKeyCommand.
public class DeleteKeyResponse : PivResponse, IYubiKeyResponse
- Inheritance
-
objectDeleteKeyResponse
- Implements
- Inherited Members
Constructors
DeleteKeyResponse(ResponseApdu)
The constructor for the DeleteKeyResponse.
public DeleteKeyResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe return data with which the Yubikey responded to the DeleteKeyCommand
- See Also