GetMinPinLengthExtension Method
GetMinPinLengthExtension()
Get the value of the "minPinLength" extension. This returns the decoded value.
C#
public Nullable<int> GetMinPinLengthExtension()
Returns
System.Nullable<System.Int32>
An int that is the decoded "minPinLength" extension.
Remarks
Because this extension is used more often, a dedicated method is provided as a convenience. There is no need for the caller to CBOR-decode the value for the key "minPinLength".
If there is no "minPinLength" extension, this method will return null.