SmartCardEmulatorApduReceivedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ApduReceived イベントのデータを提供します。
public ref class SmartCardEmulatorApduReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardEmulatorApduReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardEmulatorApduReceivedEventArgs
Public NotInheritable Class SmartCardEmulatorApduReceivedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0 で導入)
|
注釈
システムはこのクラスのインスタンスを生成し、アプリケーションの ApduReceived イベント ハンドラーに引数として渡します。
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1511 | 10586 | State |
1511 | 10586 | TryRespondAsync(IBuffer,Nullable<UInt32>) |
1511 | 10586 | TryRespondWithCryptogramsAsync(IBuffer,IEnumerable<SmartCardCryptogramPlacementStep>) |
1511 | 10586 | TryRespondWithCryptogramsAsync(IBuffer,IEnumerable<SmartCardCryptogramPlacementStep,Nullable<> UInt32>) |
プロパティ
AutomaticResponseStatus |
自動応答が既に正常に送信された (成功)、試行されたが失敗した (UnknownError)、または自動レスポンダールール (None) と一致しなかったかどうかを示す SmartCardAutomaticResponseStatus オブジェクトを取得します。 |
CommandApdu |
NFC リーダーによって送信されるアプリケーション プロトコル データ ユニット (APDU) コマンドを表します。 |
ConnectionProperties |
スマート カード エミュレーターの接続プロパティを取得します。 |
State |
状態を取得します。 |
メソッド
TryRespondAsync(IBuffer) |
APDU への応答を試みます。 |
TryRespondAsync(IBuffer, IReference<UInt32>) |
APDU への応答を試みます。 |
TryRespondWithCryptogramsAsync(IBuffer, IIterable<SmartCardCryptogramPlacementStep>) |
APDU への応答を試み、配置手順の指示に従って発信メッセージに暗号グラムを配置します。 |
TryRespondWithCryptogramsAsync(IBuffer, IIterable<SmartCardCryptogramPlacementStep>, IReference<UInt32>) |
操作の状態で完了する非同期操作を返します。 |