SmartCardAppletIdGroupRegistration 类

定义

表示一组已注册小程序 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
继承
Object Platform::Object IInspectable 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>)

设置 SmartCardAutomaticResponseApdu 对象的集合,其中包含要为此 SmartCardAppletIdGroupRegistration 返回的自动响应。

SetPropertiesAsync(ValueSet)

异步设置 SmartCardAppletIdGroup.Properties 的值。

适用于

另请参阅