ForcePinChange Property
ForcePinChange
If true
, certain PIN commands will return errors until the PIN
has been changed. If false
, a PIN change is not necessary.
This property is OPTIONAL, and if the YubiKey provides no value, this
will be null.
C#
public Nullable<bool> ForcePinChange { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |