The AtrCardSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AtrCardSelector()()()() |
Constructs an accept all AtrCardSelectorObject.
|
![]() | AtrCardSelector(array<Byte>[]()[][], array<Byte>[]()[][]) |
Constructs a card selector object which compares the card atr to atr
specified within constructor. A card is accepted if cardatr[i] XOR atr[i] AND mask[i] = 0.
Or in other words to ignore some bytes within card atr set mask for this bytes
to 0, otherwise set mask for this byte to 255 (FFh)
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCardATR |
Fetch ATR from card reader.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WantThisCard |
Accepts all cards with matching ATR.
|
Fields
Properties
Name | Description | |
---|---|---|
![]() | CanShare |
In general we can share, override to change.
.
|