DevicePolicyManager.FlagEvictCredentialEncryptionKey フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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を返すときに、管理対象プロファイルをロックする場合にのみ、プロファイル所有者が使用できます。
ユーザー データをセキュリティで保護するために、ユーザーは停止され、再起動されるため、アプリは次に実行されるまで待機して、さらにアクションを実行する必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。