DevicePolicyManager.IsUniqueDeviceAttestationSupported プロパティ

定義

trueデバイス上の StrongBox Keymaster 実装が個別の構成証明証明書でプロビジョニングされ、それを使用して構成証明レコードに署名できる場合は を返します (個々の構成証明証明書を使用した構成証明は、StrongBox セキュリティ レベルの Keymaster 実装のみが実装できる機能です)。

public virtual bool IsUniqueDeviceAttestationSupported { [Android.Runtime.Register("isUniqueDeviceAttestationSupported", "()Z", "GetIsUniqueDeviceAttestationSupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isUniqueDeviceAttestationSupported", "()Z", "GetIsUniqueDeviceAttestationSupportedHandler", ApiSince=30)>]
member this.IsUniqueDeviceAttestationSupported : bool

プロパティ値

true 個々の構成証明がサポートされている場合は 。

属性

注釈

android.app.admin.DevicePolicyManager.isUniqueDeviceAttestationSupported()Java ドキュメント。

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

適用対象