Show / Hide Table of Contents

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
ArgumentNullException

Thrown when responseApdu is null.

In this article
Back to top Generated by DocFX