SmartCardAutomaticResponseApdu.AppletId Property

Definition

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.

Applies to

See also