語言

DevicePolicyManager.IdTypeBaseInfo 欄位

定義

警告

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

規定裝置必須證明其製造商資料。

[Android.Runtime.Register("ID_TYPE_BASE_INFO", 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 IdTypeBaseInfo = 1;
[<Android.Runtime.Register("ID_TYPE_BASE_INFO", 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 IdTypeBaseInfo : Android.App.Admin.IdAttestationFlags

欄位值

Value = 1
屬性

備註

規定裝置必須證明其製造商資料。 用於 #generateKeyPair

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

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

適用於