Freigeben über


DevicePolicyManager.IdTypeSerial Feld

Definition

Achtung

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

Gibt an, dass das Gerät seine Seriennummer nachweisen soll.

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

Feldwert

Value = 2
Attribute

Hinweise

Gibt an, dass das Gerät seine Seriennummer nachweisen soll. Zur Verwendung mit #generateKeyPair.

Java-Dokumentation für android.app.admin.DevicePolicyManager.ID_TYPE_SERIAL.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: