SetPinResponse Constructor
SetPinResponse(ResponseApdu)
Constructs a SetPinResponse based on a ResponseApdu received from the YubiKey.
C#
public SetPinResponse(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The object containing the response APDU returned by the YubiKey. |