Show / Hide Table of Contents

PinUvAuthParam Property

PinUvAuthParam

The output of calling authenticate on the PIN/UV protocol specific to a particular subcommand.

C#
public ReadOnlyMemory<byte>? PinUvAuthParam { get; set; }

Property Value

Type Description
ReadOnlyMemory<byte>?

Remarks

See the user manual entry on PIN protocols for a much more in depth guide to working with PINs within FIDO2.

In this article
Back to top Generated by DocFX