SmartCardAppletIdGroupRegistration クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプレット ID の登録済みグループを表します。
public ref class SmartCardAppletIdGroupRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardAppletIdGroupRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardAppletIdGroupRegistration
Public NotInheritable Class SmartCardAppletIdGroupRegistration
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0 で導入)
|
注釈
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1809 | 17763 | SetPropertiesAsync |
1809 | 17763 | SmartCardReaderId |
プロパティ
ActivationPolicy |
登録済みのアプレット ID グループのアクティブ化ポリシーを取得します。 |
AppletIdGroup |
アプレット ID の登録済みグループを取得します。 |
Id |
このアプレット ID グループの登録を表す一意の ID を取得します。 |
SmartCardReaderId |
セキュリティで保護された要素に関連付けられている SmartCardReader の ID を取得します。 この ID は SmartCardReader.FromIdAsync に渡すことができます。 |
メソッド
RequestActivationPolicyChangeAsync(SmartCardAppletIdGroupActivationPolicy) |
登録されているアプレット ID のこのグループの ActivationPolicy を非同期的に変更しようとします。 |
SetAutomaticResponseApdusAsync(IIterable<SmartCardAutomaticResponseApdu>) |
この SmartCardAppletIdGroupRegistration に対して返される自動応答を含む SmartCardAutomaticResponseApdu オブジェクトのコレクションを設定します。 |
SetPropertiesAsync(ValueSet) |
SmartCardAppletIdGroup.Properties の値を非同期に設定します。 |