SmartCardTriggerDetails.SourceAppletId Property

Definition

Gets the applet ID of the source of the smart card trigger.

public:
 property IBuffer ^ SourceAppletId { IBuffer ^ get(); };
IBuffer SourceAppletId();
public IBuffer SourceAppletId { get; }
var iBuffer = smartCardTriggerDetails.sourceAppletId;
Public ReadOnly Property SourceAppletId As IBuffer

Property Value

The applet ID.

Applies to

See also