Freigeben über


KeyProperties.SecurityLevelUnknown Field

Definition

Caution

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

This security level indicates that no assumptions can be made about the security level of the respective key.

[Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStoreSecurityLevel enum directly instead of this field.", true)]
public const Android.Security.Keystore.KeyStoreSecurityLevel SecurityLevelUnknown = -2;
[<Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStoreSecurityLevel enum directly instead of this field.", true)>]
val mutable SecurityLevelUnknown : Android.Security.Keystore.KeyStoreSecurityLevel

Field Value

Value = -2
Attributes

Remarks

This security level indicates that no assumptions can be made about the security level of the respective key.

Java documentation for android.security.keystore.KeyProperties.SECURITY_LEVEL_UNKNOWN.

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