SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 で導入)
|