DevicePolicyManager.IsUniqueDeviceAttestationSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.