WalletTransactionItemBase.NotifyActivationAuthenticationCompleted Method

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

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

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

Syntax

Public Sub NotifyActivationAuthenticationCompleted ( _
    result As ActivationAuthenticationResultKind _
)
public void NotifyActivationAuthenticationCompleted(
    ActivationAuthenticationResultKind result
)

Parameters

Implements

ISecureElementItem..::.NotifyActivationAuthenticationCompleted(ActivationAuthenticationResultKind)

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletTransactionItemBase Class

Microsoft.Phone.Wallet Namespace