Sprache

DevicePolicyManager.InstallkeyRequestCredentialsAccess Feld

Definition

Achtung

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

Gibt an, dass der aufrufenden App sofort Zugriff auf die installierten Anmeldeinformationen gewährt werden soll.

[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

Feldwert

Value = 1
Attribute

Hinweise

Gibt an, dass der aufrufenden App sofort Zugriff auf die installierten Anmeldeinformationen gewährt werden soll. Andernfalls wird der Zugriff auf die Anmeldeinformationen durch die Benutzergenehmigung abgestört. Für die Verwendung mit #installKeyPair(ComponentName, PrivateKey, Certificate[], String, int)

Java Dokumentation für android.app.admin.DevicePolicyManager.INSTALLKEY_REQUEST_CREDENTIALS_ACCESS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: