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)

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.
public class SCardPinBlock
This language is not supported or no code example is available.
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

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0