Show / Hide Table of Contents

MinimumPinLength Property

MinimumPinLength

The current minimum PIN length, in Unicode code points. This property is OPTIONAL, and if the YubiKey provides no value, this will be null. The standard specifies a default of 4 (see the field DefaultMinimumPinLength).

C#
public int? MinimumPinLength { get; }

Property Value

Type Description
int?
In this article
Back to top Generated by DocFX