YubiKeyResponse Constructor
YubiKeyResponse(ResponseApdu)
Initializes a new instance of the YubiKeyResponse class.
C#
public YubiKeyResponse(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The ResponseApdu from the YubiKey. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | responseApdu |