次の方法で共有


SmartCardCryptogramGeneratorOperationStatus 列挙型

定義

暗号グラム ジェネレーター メソッドの状態を定義します。

public enum class SmartCardCryptogramGeneratorOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramGeneratorOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramGeneratorOperationStatus
var value = Windows.Devices.SmartCards.SmartCardCryptogramGeneratorOperationStatus.success
Public Enum SmartCardCryptogramGeneratorOperationStatus
継承
SmartCardCryptogramGeneratorOperationStatus
属性

Windows の要件

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

フィールド

ApduResponseNotSent 10

APDU 応答が送信されませんでした。

AuthorizationCanceled 2

承認が取り消されました。

AuthorizationFailed 1

承認に失敗しました。

AuthorizationRequired 3

承認が必要です。

CryptogramMaterialPackageStorageKeyExists 4

cryptogram マテリアル パッケージのストレージ キーは既に存在します。

InvalidCryptogramMaterialUsage 9

暗号化グラムのマテリアルの使用が無効です。

NoCryptogramMaterialPackage 6

暗号グラム素材パッケージはありません。

NoCryptogramMaterialPackageStorageKey 5

cryptogram マテリアル パッケージのストレージ キーはありません。

NotSupported 13

この操作はサポートされていません。

OtherError 11

原因不明のエラーが発生しました。

Success 0

操作は正常に完了しました。

UnknownCryptogramMaterialName 8

パッケージを開くときに、指定された材料名が見つかりませんでした。

UnsupportedCryptogramMaterialPackage 7

cryptogram マテリアル パッケージはサポートされていません。

ValidationFailed 12

検証に失敗しました。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 ValidationFailed
1709 16299 NotSupported

適用対象

こちらもご覧ください