SmartCardCryptogramGeneratorOperationStatus
SmartCardCryptogramGeneratorOperationStatus
SmartCardCryptogramGeneratorOperationStatus
SmartCardCryptogramGeneratorOperationStatus
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines the statuses for cryptogram generator methods.
public : enum class SmartCardCryptogramGeneratorOperationStatuspublic enum SmartCardCryptogramGeneratorOperationStatusPublic Enum SmartCardCryptogramGeneratorOperationStatus// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)
|
Fields
| ApduResponseNotSent ApduResponseNotSent ApduResponseNotSent ApduResponseNotSent | The APDU response was not sent. |
| AuthorizationCanceled AuthorizationCanceled AuthorizationCanceled AuthorizationCanceled | The authorization was canceled. |
| AuthorizationFailed AuthorizationFailed AuthorizationFailed AuthorizationFailed | The authorization failed. |
| AuthorizationRequired AuthorizationRequired AuthorizationRequired AuthorizationRequired | Authorization is required. |
| CryptogramMaterialPackageStorageKeyExists CryptogramMaterialPackageStorageKeyExists CryptogramMaterialPackageStorageKeyExists CryptogramMaterialPackageStorageKeyExists | The cryptogram material package storage key already exists. |
| InvalidCryptogramMaterialUsage InvalidCryptogramMaterialUsage InvalidCryptogramMaterialUsage InvalidCryptogramMaterialUsage | Invalid cryptogram material usage. |
| NoCryptogramMaterialPackage NoCryptogramMaterialPackage NoCryptogramMaterialPackage NoCryptogramMaterialPackage | There is no cryptogram material package. |
| NoCryptogramMaterialPackageStorageKey NoCryptogramMaterialPackageStorageKey NoCryptogramMaterialPackageStorageKey NoCryptogramMaterialPackageStorageKey | There is no cryptogram material package storage key. |
| NotSupported NotSupported NotSupported NotSupported | Prerelease. |
| OtherError OtherError OtherError OtherError | An unknown error occurred. |
| Success Success Success Success | Operation completed successfully. |
| UnknownCryptogramMaterialName UnknownCryptogramMaterialName UnknownCryptogramMaterialName UnknownCryptogramMaterialName | The specified material name was not found when opening the package. |
| UnsupportedCryptogramMaterialPackage UnsupportedCryptogramMaterialPackage UnsupportedCryptogramMaterialPackage UnsupportedCryptogramMaterialPackage | The cryptogram material package is unsupported. |
| ValidationFailed ValidationFailed ValidationFailed ValidationFailed |