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's Manual entry on PIN protocols for a much more in depth guide to working with PINs within FIDO2.

See also the User's Manual entry on FIDO2 Credential Management for more information on building the PIN/UV Auth Param specific to the CredentialManagement commands.

In this article
Back to top Generated by DocFX