다음을 통해 공유


KeyGenParameterSpec.IsUnlockedDeviceRequired Property

Definition

Returns true if the key is authorized to be used only while the device is unlocked.

public bool IsUnlockedDeviceRequired { [Android.Runtime.Register("isUnlockedDeviceRequired", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isUnlockedDeviceRequired", "()Z", "", ApiSince=28)>]
member this.IsUnlockedDeviceRequired : bool

Property Value

Attributes

Remarks

Returns true if the key is authorized to be used only while the device is unlocked.

Java documentation for android.security.keystore.KeyGenParameterSpec.isUnlockedDeviceRequired().

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