Table of Contents

Class DeleteKeyResponse

Namespace
Yubico.YubiKey.Piv.Commands
Assembly
Yubico.YubiKey.dll

The DeleteKeyResponse for the corresponding DeleteKeyCommand.

public class DeleteKeyResponse : PivResponse, IYubiKeyResponse
Inheritance
object
DeleteKeyResponse
Implements
Inherited Members

Constructors

DeleteKeyResponse(ResponseApdu)

The constructor for the DeleteKeyResponse.

public DeleteKeyResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The return data with which the Yubikey responded to the DeleteKeyCommand

See Also

See Also