Share via


KeyInfo.IsInsideSecureHardware Property

Definition

Returns true if the key resides inside secure hardware (e.

public virtual bool IsInsideSecureHardware { [Android.Runtime.Register("isInsideSecureHardware", "()Z", "GetIsInsideSecureHardwareHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isInsideSecureHardware", "()Z", "GetIsInsideSecureHardwareHandler", ApiSince=23)>]
member this.IsInsideSecureHardware : bool

Property Value

Attributes

Remarks

Returns true if the key resides inside secure hardware (e.g., Trusted Execution Environment (TEE) or Secure Element (SE)). Key material of such keys is available in plaintext only inside the secure hardware and is not exposed outside of it.

This member is deprecated. This method is superseded by

Java documentation for android.security.keystore.KeyInfo.isInsideSecureHardware().

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.

Applies to