Sprache

KeyStoreException.ErrorKeyCorrupted Feld

Definition

Achtung

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

Der Schlüssel ist beschädigt und konnte nicht wiederhergestellt werden.

[Android.Runtime.Register("ERROR_KEY_CORRUPTED", 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 ErrorKeyCorrupted = 7;
[<Android.Runtime.Register("ERROR_KEY_CORRUPTED", 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 ErrorKeyCorrupted : Android.Security.KeyStoreExceptionError

Feldwert

Value = 7
Attribute

Hinweise

Der Schlüssel ist beschädigt und konnte nicht wiederhergestellt werden.

Java Dokumentation für android.security.KeyStoreException.ERROR_KEY_CORRUPTED.

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: