SecureElementProperties.AppletState Enumeration

SecureElementProperties::AppletState Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the last known state of card’s corresponding applet on the Secure Element.

Namespace:  Microsoft.Phone.SecureElement
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

No code example is currently available or this language may not be supported.
<object property="enumerationValue" .../>

Member nameDescription
NoneThe card is not NFC capable. It does not have a corresponding applet instance on the Secure Element. It cannot be used over NFC. A card can also be in this state if it failed registration with the Secure Element.
InitThe card is registered with the wallet but a corresponding applet has either not yet been installed on the Secure Element or been provisioned by the issuer.
DeactivatedThe applet for this card is deactivated. The card cannot be used over NFC.
ActivatedThe applet this card is activated. The card is available for use over NFC.
LockedThe applet for this card is locked by the issuer. The card cannot be used over NFC.

The term card is used to refer to any wallet item that represents a payment instrument, including PaymentInstrument, OnlinePaymentInstrument and WalletTransactionItem, which all derive from WalletTransactionItemBase.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_WALLET

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft