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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Sub NotifyActivationAuthenticationCompleted ( _ result As ActivationAuthenticationResultKind _ )
Parameters
- result
- Type: Microsoft.Phone.SecureElement.ActivationAuthenticationResultKind
The result of the authentication.
Implements
ISecureElementItem.NotifyActivationAuthenticationCompleted(ActivationAuthenticationResultKind)
Show: