Session.GetATR Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Answer to Reset of this Secure Element.
[Android.Runtime.Register("getATR", "()[B", "", ApiSince=28)]
public byte[]? GetATR ();
[<Android.Runtime.Register("getATR", "()[B", "", ApiSince=28)>]
member this.GetATR : unit -> byte[]
Returns
the ATR as a byte array or null.
- Attributes
Remarks
Get the Answer to Reset of this Secure Element. <br> The returned byte array can be null if the ATR for this Secure Element is not available.
Java documentation for android.se.omapi.Session.getATR()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.