DevicePolicyManager.IdTypeIndividualAttestation フィールド

定義

注意事項

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_INDIVIDUAL_ATTESTATION", ApiSince=30)]
[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 IdTypeIndividualAttestation = 16;
[<Android.Runtime.Register("ID_TYPE_INDIVIDUAL_ATTESTATION", ApiSince=30)>]
[<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 IdTypeIndividualAttestation : Android.App.Admin.IdAttestationFlags

フィールド値

Value = 16
属性

注釈

デバイスが個々の構成証明証明書を使用して構成証明を行う必要があることを指定します。 #generateKeyPairで使用します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象