共用方式為


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared 屬性

定義

取得或設定 Boolean 值,指出如果密碼編譯報材質在使用者授權的情況下無法準備使用,是否要繼續進行自動 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

布林值,指出如果密碼編譯報材質在使用者授權下無法準備使用,是否要繼續進行自動 APDU 處理。

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.14393.0 引進)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v3.0 引進)

適用於