var arcotClient = new ArcotClient();
// PIN パッドのスクランブルの順序をシーケンシャル(シフト)に設定します
arcotClient.SetAttribute("ScrambleOrder", "sequential");
// PIN パッドのスクランブルを常に行うように設定します
arcotClient.SetAttribute("ScrambleStyle", "always");
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|