SmartCardAutomaticResponseApdu.AppletId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個 APDU 的 Applet 識別碼。
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
屬性值
這個 APDU 的 Applet 識別碼。