Show / Hide Table of Contents

GetMetadataResponse Constructor

GetMetadataResponse(ResponseApdu, byte)

Constructs a GetMetadataResponse based on a ResponseApdu received from the YubiKey.

C#
public GetMetadataResponse(ResponseApdu responseApdu, byte slotNumber)

Parameters

Type Name Description
ResponseApdu responseApdu

The object containing the response APDU
returned by the YubiKey.

byte slotNumber

The slot for which the metadata references.

In this article
Back to top Generated by DocFX