次の方法で共有


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared プロパティ

定義

Cryptogram Materials をユーザーの承認なしに使用できるように準備できない場合に、自動 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 Materials をユーザーの承認なしに使用できるように準備できない場合に、自動 APDU 処理を続行するかどうかを示すブール値。

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.14393.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v3.0 で導入)

適用対象