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)

Syntax

Public Enumeration AppletState
public enum AppletState
<object property="enumerationValue" .../>

Members

Member name Description
None The 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.
Init The 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.
Deactivated The applet for this card is deactivated. The card cannot be used over NFC.
Activated The applet this card is activated. The card is available for use over NFC.
Locked The applet for this card is locked by the issuer. The card cannot be used over NFC.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.SecureElement Namespace