The command APDU template that will be used to construct the final VERIFY PIN (or similar)
command.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public ReadOnly Property Template() As CardCommandAPDU
This language is not supported or no code example is available.
public CardCommandAPDU Template {get;}
This language is not supported or no code example is available.
public:
property CardCommandAPDU^ Template {
CardCommandAPDU^ get( );
}
This language is not supported or no code example is available.
Property Value
Type: CardCommandAPDUThis is the value that was passed to the constructor of this class. It cannot be changed thereafter. Thus it is never null.