SmartCardAutomaticResponseApdu.AppletId 속성

정의

이 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

속성 값

이 APDU의 애플릿 식별자입니다.

적용 대상

추가 정보