DevicePolicyManager.FlagEvictCredentialEncryptionKey フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerFlags enum directly instead of this field.

#lockNow(int)のフラグ: また、キーリングからユーザーの資格情報暗号化キーを削除します。

[Android.Runtime.Register("FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerFlags enum directly instead of this field.", true)]
public const Android.App.Admin.DevicePolicyManagerFlags FlagEvictCredentialEncryptionKey = 1;
[<Android.Runtime.Register("FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerFlags enum directly instead of this field.", true)>]
val mutable FlagEvictCredentialEncryptionKey : Android.App.Admin.DevicePolicyManagerFlags

フィールド値

Value = 1
属性

注釈

#lockNow(int)のフラグ: また、キーリングからユーザーの資格情報暗号化キーを削除します。 後で使用するためにキーリングに格納される資格情報暗号化キーを派生させるには、ユーザーの資格情報をもう一度入力する必要があります。

このフラグは、 #getStorageEncryptionStatus#ENCRYPTION_STATUS_ACTIVE_PER_USERを返すときに、管理対象プロファイルをロックする場合にのみ、プロファイル所有者が使用できます。

ユーザー データをセキュリティで保護するために、ユーザーは停止され、再起動されるため、アプリは次に実行されるまで待機して、さらにアクションを実行する必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象