Sprache

KeyGenParameterSpec.Builder.SetIsStrongBoxBacked(Boolean) Method

Definition

Sets whether this key should be protected by a StrongBox security chip.

[Android.Runtime.Register("setIsStrongBoxBacked", "(Z)Landroid/security/keystore/KeyGenParameterSpec$Builder;", "", ApiSince=28)]
public Android.Security.Keystore.KeyGenParameterSpec.Builder SetIsStrongBoxBacked(bool isStrongBoxBacked);
[<Android.Runtime.Register("setIsStrongBoxBacked", "(Z)Landroid/security/keystore/KeyGenParameterSpec$Builder;", "", ApiSince=28)>]
member this.SetIsStrongBoxBacked : bool -> Android.Security.Keystore.KeyGenParameterSpec.Builder

Parameters

isStrongBoxBacked
Boolean

Returns

Attributes

Remarks

Sets whether this key should be protected by a StrongBox security chip.

Android reference for android.security.keystore.KeyGenParameterSpec.Builder.setIsStrongBoxBacked.

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