Compartir a través de


SmartCardAutomaticResponseApdu.AppletId Propiedad

Definición

Obtiene o establece el identificador applet de esta 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

Valor de propiedad

Identificador applet de esta APDU.

Se aplica a

Consulte también