다음을 통해 공유


KeyStoreException.ErrorAttestationChallengeTooLarge Field

Definition

Caution

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.

The attestation challenge specified is too large.

[Android.Runtime.Register("ERROR_ATTESTATION_CHALLENGE_TOO_LARGE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorAttestationChallengeTooLarge = 9;
[<Android.Runtime.Register("ERROR_ATTESTATION_CHALLENGE_TOO_LARGE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorAttestationChallengeTooLarge : Android.Security.KeyStoreExceptionError

Field Value

Value = 9
Attributes

Remarks

The attestation challenge specified is too large.

Java documentation for android.security.KeyStoreException.ERROR_ATTESTATION_CHALLENGE_TOO_LARGE.

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