Show / Hide Table of Contents

GetData Method

GetData()

Gets the bio metadata from the YubiKey response.

C#
public PivBioMetadata GetData()

Returns

PivBioMetadata

The data in the response APDU, presented as a PivBioMetadata object.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
NotSupportedException

Thrown when the device does not support Bio Metadata.

InvalidOperationException

Thrown when Status is not Success.

In this article
Back to top Generated by DocFX