言語

KeyStoreException.ErrorKeyCorrupted フィールド

定義

注意事項

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

キーが破損しており、回復できませんでした。

[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

フィールド値

Value = 7
属性

注釈

キーが破損しており、回復できませんでした。

android.security.KeyStoreException.ERROR_KEY_CORRUPTEDの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象