The following tables list the members exposed by the SCardPinBlock type.

Name Description
Public property Attributes Refers to the PIN overwriting format as defined by the SCardPinAttributes constants. Can be combined with a binary OR.
Public property NbCharBitLength Size in bits of the "number of characters of the entered user PIN" to overwrite in the APDU at nbCharBitOffset.
Public property NbCharBitOffset Position in bits from the left side in the APDU data field to overwrite the number of characters.
Public property NbCharMax Maximum number of characters to be a valid PIN value.
Public property NbCharMin Minimum number of characters to be a valid PIN value.
Public property 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.
Public property PINBlockLength Length of the PINBlock in bytes.
Top