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 Nullable<int> MinimumPinLength { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |