Share via


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared 属性

定义

获取或设置一个布尔值,该值指示在未经用户授权的情况下无法准备使用 Cryptogram 材料时,是否继续执行自动 APDU 处理。

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

void AllowWhenCryptogramGeneratorNotPrepared(bool value);
public bool AllowWhenCryptogramGeneratorNotPrepared { get; set; }
var boolean = smartCardAutomaticResponseApdu.allowWhenCryptogramGeneratorNotPrepared;
smartCardAutomaticResponseApdu.allowWhenCryptogramGeneratorNotPrepared = boolean;
Public Property AllowWhenCryptogramGeneratorNotPrepared As Boolean

属性值

Boolean

bool

一个布尔值,指示在未经用户授权的情况下无法准备使用 Cryptogram 材料时,是否继续执行自动 APDU 处理。

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.14393.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v3.0 中引入)

适用于