SecureElementSession.AnswerToReset Property

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

Gets the Answer to Reset (ATR) response of the Secure Element.

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

Syntax

Public ReadOnly Property AnswerToReset As Byte()
public byte[] AnswerToReset { get; }

Property Value

Type: array<System..::.Byte>[]()[]
The Answer to Reset (ATR) response of the Secure Element.

Exceptions

Exception Condition
IOException

Unable to communicate with the Secure Element or the Secure Element is not present.

InvalidOperationException

The channel is not open and cannot be used.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

SecureElementSession Class

Microsoft.Phone.SecureElement Namespace