A pin processing.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Top
Top
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Class PinProcessing
This language is not supported or no code example is available.
public static class PinProcessing
This language is not supported or no code example is available.
public ref class PinProcessing
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
EncodeBcd(string, byte[], int) | Encodes a PIN as BCD (binary coded digits) and writes it to a destination buffer. |
![]() ![]() |
EncodePin(PinEncodingIdentifier, string) | Helper function that encodes the given PIN as required by this CardPinControl. |
![]() ![]() |
IsValidPinDigit(PinEncodingIdentifier, char) | Checks if PIN character is valid. |
Name | Description | |
---|---|---|
![]() |
PinEncodingIdentifier | Specifies how a smart card PIN shall be encoded when transmitted inside the command APDU. |