SmartCardAutomaticResponseApdu.AppletId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the applet identifier for this APDU.
public:
property IBuffer ^ AppletId { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer AppletId();
void AppletId(IBuffer value);
public IBuffer AppletId { get; set; }
var iBuffer = smartCardAutomaticResponseApdu.appletId;
smartCardAutomaticResponseApdu.appletId = iBuffer;
Public Property AppletId As IBuffer
Property Value
The applet identifier for this APDU.