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 |
System.Byte | slotNumber | The slot for which the metadata references. |