GetProtocolVersionResponse Constructor
GetProtocolVersionResponse(ResponseApdu)
Constructs a GetProtocolVersionResponse object from the given ResponseApdu.
C#
public GetProtocolVersionResponse(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The object containing the response APDU returned by the YubiKey. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown when |