語言

DevicePolicyManager.InstallkeyRequestCredentialsAccess 欄位

定義

警告

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

規定呼叫應用程式應立即獲得已安裝憑證的存取權限。

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

欄位值

Value = 1
屬性

備註

規定呼叫應用程式應立即獲得已安裝憑證的存取權限。 否則,存取憑證將受到使用者批准的限制。 用於 #installKeyPair(ComponentName, PrivateKey, Certificate[], String, int)

Java 文件 android.app.admin.DevicePolicyManager.INSTALLKEY_REQUEST_CREDENTIALS_ACCESS

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於