次の方法で共有


DevicePolicyManager.IsUniqueDeviceAttestationSupported Property

Definition

Returns true if the StrongBox Keymaster implementation on the device was provisioned with an individual attestation certificate and can sign attestation records using it (as attestation using an individual attestation certificate is a feature only Keymaster implementations with StrongBox security level can implement).

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

Property Value

true if individual attestation is supported.

Attributes

Remarks

Returns true if the StrongBox Keymaster implementation on the device was provisioned with an individual attestation certificate and can sign attestation records using it (as attestation using an individual attestation certificate is a feature only Keymaster implementations with StrongBox security level can implement). For use prior to calling #generateKeyPair(ComponentName, String, KeyGenParameterSpec, int).

Java documentation for android.app.admin.DevicePolicyManager.isUniqueDeviceAttestationSupported().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to