Show / Hide Table of Contents

VerifyUvResponse Constructor

VerifyUvResponse(ResponseApdu, bool)

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

C#
public VerifyUvResponse(ResponseApdu responseApdu, bool requestTemporaryPin)

Parameters

Type Name Description
ResponseApdu responseApdu

The object containing the response APDU
returned by the YubiKey.

bool requestTemporaryPin

True means that a temporary PIN was requested.

In this article
Back to top Generated by DocFX