Card identifier.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Property Identifier() As CardIdentifier
This language is not supported or no code example is available.
public CardIdentifier Identifier {get; set;}
This language is not supported or no code example is available.
public:
property CardIdentifier Identifier {
CardIdentifier get( );
void set(
CardIdentifier value
);
}
This language is not supported or no code example is available.
public function get Identifier() : CardIdentifier;
public function set Identifier(value : CardIdentifier);
This language is not supported or no code example is available.