ISecureElementItem Interface

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

Exposes Secure Element properties.

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

Syntax

Public Interface ISecureElementItem
public interface ISecureElementItem

The ISecureElementItem type exposes the following members.

Properties

  Name Description
SecureElementProperties Gets the secure element property collection.

Top

Methods

  Name Description
NotifyActivationAuthenticationCompleted This method is called when user authentication for item activation has been completed.

Top

Remarks

Objects that implement this interface are capable of interacting with NFC.

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