KeyStoreParameter.Builder.SetEncryptionRequired(Boolean) Method

Definition

Indicates that this key must be encrypted at rest on storage.

[Android.Runtime.Register("setEncryptionRequired", "(Z)Landroid/security/KeyStoreParameter$Builder;", "")]
public Android.Security.KeyStoreParameter.Builder SetEncryptionRequired (bool required);
[<Android.Runtime.Register("setEncryptionRequired", "(Z)Landroid/security/KeyStoreParameter$Builder;", "")>]
member this.SetEncryptionRequired : bool -> Android.Security.KeyStoreParameter.Builder

Parameters

required
Boolean

Returns

Attributes

Remarks

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