PC/SC PinBlock structure for secure PIN entry defined in PC/SC 2.0
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Property PinBlock() As SCardPinBlock
This language is not supported or no code example is available.
public SCardPinBlock PinBlock {get; set;}
This language is not supported or no code example is available.
public:
property SCardPinBlock^ PinBlock {
SCardPinBlock^ get( );
void set(
SCardPinBlock^ value
);
}
This language is not supported or no code example is available.
public function get PinBlock() : SCardPinBlock;
public function set PinBlock(value : SCardPinBlock);
This language is not supported or no code example is available.