Representation of the PC/SC PINBLOCK structure as defined in PC/SC 2.0 part 9 "IFDs with
Extended Capabilities".
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Top
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Class SCardPinBlock
This language is not supported or no code example is available.
public class SCardPinBlock
This language is not supported or no code example is available.
public ref class SCardPinBlock
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Attributes | Refers to the PIN overwriting format as defined by the SCardPinAttributes constants. Can be combined with a binary OR. |
![]() |
NbCharBitLength | Size in bits of the "number of characters of the entered user PIN" to overwrite in the APDU at nbCharBitOffset. |
![]() |
NbCharBitOffset | Position in bits from the left side in the APDU data field to overwrite the number of characters. |
![]() |
NbCharMax | Maximum number of characters to be a valid PIN value. |
![]() |
NbCharMin | Minimum number of characters to be a valid PIN value. |
![]() |
PINBitOffset | Position in bits in the APDU data field to overwrite with the formatted PIN. It is a position from the left if it is SCardPinAttributes.LeftJustified and a position from right for SCardPinAttributes.RightJustified. |
![]() |
PINBlockLength | Length of the PINBlock in bytes. |