Freigeben über


KeyProperties.SecurityLevelSoftware Feld

Definition

Achtung

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

Gibt die Erzwingung durch Systemsoftware an.

[Android.Runtime.Register("SECURITY_LEVEL_SOFTWARE", 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 SecurityLevelSoftware = 0;
[<Android.Runtime.Register("SECURITY_LEVEL_SOFTWARE", 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 SecurityLevelSoftware : Android.Security.Keystore.KeyStoreSecurityLevel

Feldwert

Value = 0
Attribute

Hinweise

Gibt die Erzwingung durch Systemsoftware an.

Java-Dokumentation für android.security.keystore.KeyProperties.SECURITY_LEVEL_SOFTWARE.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: