SecureElementReader.GetDefault Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the default SecureElementReader object.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Return Value
Type: Microsoft.Phone.SecureElement.SecureElementReaderThe default SecureElementReader object.
| Exception | Condition |
|---|---|
| NotSupportedException | The device does not support a Secure Element. |
SecureElementReader class is implemented as a singleton, meaning only one instance of this class exists and there is a global point of access to it. GetDefault is the global point of access to the instance.
Show: