PinUvAuthParam Property
PinUvAuthParam
The output of calling authenticate on the PIN/UV protocol specific to a particular subcommand.
C#
public Nullable<ReadOnlyMemory<byte>> PinUvAuthParam { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.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 Bio Enrollment
for more information on building the PIN/UV Auth Param
specific to the BioEnrollment commands.