Show / Hide Table of Contents

PivBioMetadata Constructor

PivBioMetadata(ReadOnlyMemory<byte>)

The constructor that takes in the bio metadata encoding returned by the YubiKey in response to the GetBioMetadataCommand.

C#
public PivBioMetadata(ReadOnlyMemory<byte> responseData)

Parameters

Type Name Description
ReadOnlyMemory<byte> responseData

The data portion of the response APDU, this is the encoded bio metadata.

Exceptions

Type Condition
InvalidOperationException

The data supplied is not valid PIV bio metadata.

In this article
Back to top Generated by DocFX