GetMinPinLengthExtension Method
GetMinPinLengthExtension()
Get the value of the "minPinLength" extension. This returns the decoded value.
C#
public int? GetMinPinLengthExtension()
Returns
int?
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.