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 auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: