Show / Hide Table of Contents

PinUvAuthProtocol Property

PinUvAuthProtocol

An optional PIN/UV protocol version chosen by the platform.

C#
public PinUvAuthProtocol? PinUvAuthProtocol { get; set; }

Property Value

Type Description
PinUvAuthProtocol?

Remarks

A PIN/UV protocol must be used when working with a PIN. The specified protocol must be one of the protocols that are supported by the YubiKey. This can be determined by issuing the AuthenticatorGetInfo command.

This parameter is optional for the GetPinRetries and GetUvRetries subcommands, and is mandatory for all others.

In this article
Back to top Generated by DocFX