Checks if PIN character is valid.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Shared Function IsValidPinDigit( _
ByVal pinEncodingMethod As PinEncodingIdentifier, _
ByVal pinCharacter As Char _
) As Boolean
This language is not supported or no code example is available.
public static bool IsValidPinDigit(
PinEncodingIdentifier pinEncodingMethod,
char pinCharacter
)
This language is not supported or no code example is available.
public:
static bool IsValidPinDigit(
PinEncodingIdentifier pinEncodingMethod,
char pinCharacter
)
This language is not supported or no code example is available.
Parameters
- pinEncodingMethod
-
Type: PinEncodingIdentifier
Indicated encoding method based or identifier.
- pinCharacter
-
Type: char
PIN character that needs to be tested.
Return Value
Type: boolTrue if valid pin digit, false if not.
Exception type | Condition |
---|---|
Thrown when one or more arguments have unsupported or illegal values. |
Marc, 9/29/2022.