SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示在未经用户授权的情况下无法准备使用 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 中引入)
|