SmartCardCryptogramGeneratorOperationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the statuses for cryptogram generator methods.
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
- Inheritance
-
SmartCardCryptogramGeneratorOperationStatus
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Operation completed successfully. |
AuthorizationFailed | 1 | The authorization failed. |
AuthorizationCanceled | 2 | The authorization was canceled. |
AuthorizationRequired | 3 | Authorization is required. |
CryptogramMaterialPackageStorageKeyExists | 4 | The cryptogram material package storage key already exists. |
NoCryptogramMaterialPackageStorageKey | 5 | There is no cryptogram material package storage key. |
NoCryptogramMaterialPackage | 6 | There is no cryptogram material package. |
UnsupportedCryptogramMaterialPackage | 7 | The cryptogram material package is unsupported. |
UnknownCryptogramMaterialName | 8 | The specified material name was not found when opening the package. |
InvalidCryptogramMaterialUsage | 9 | Invalid cryptogram material usage. |
ApduResponseNotSent | 10 | The APDU response was not sent. |
OtherError | 11 | An unknown error occurred. |
ValidationFailed | 12 | The validation failed. |
NotSupported | 13 | The operation is not supported. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | ValidationFailed |
1709 | 16299 | NotSupported |