SmartCardAppletIdGroup.AutomaticEnablement プロパティ

定義

オペレーティング システムがこの アプレット IdGroup を有効にできるかどうかを示すブール値を取得または設定します。

public:
 property bool AutomaticEnablement { bool get(); void set(bool value); };
bool AutomaticEnablement();

void AutomaticEnablement(bool value);
public bool AutomaticEnablement { get; set; }
var boolean = smartCardAppletIdGroup.automaticEnablement;
smartCardAppletIdGroup.automaticEnablement = boolean;
Public Property AutomaticEnablement As Boolean

プロパティ値

Boolean

bool

オペレーティング システムがこの アプレット IdGroup を有効にできるかどうかを示すブール値。

注釈

OS でこの アプレット IdGroup を有効にするには、このプロパティを true に設定します。 たとえば、NFC 設定パネルでは、ユーザーは支払いアプリを選択できます。 1 つの支払い アプレット IdGroup のみがあり、このプロパティが true に設定されている場合、OS は自動的に アプレット IdGroup を有効にします。 false の場合、OS は常にアプリケーションに遅延して アプレット IdGroup を有効にします。 既定値は、true です。

適用対象

こちらもご覧ください