Show / Hide Table of Contents

Pin Property

Pin

The PIN needed to perform U2F operations on a FIPS YubiKey.

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

Property Value

Type Description
ReadOnlyMemory<byte>

Remarks

The PIN must be from 6 to 32 bytes long (inclusive). It is binary data. This command class will use whatever PIN you supply, so if it is an incorrect length, you will get the error when trying to execute tht command.

This class will copy a reference to the PIN provided. Do not overwrite the data until after the command has executed. After it has executed, overwrite the buffer for security reasons.

In this article
Back to top Generated by DocFX