言語

KeyStoreException.ErrorKeyDoesNotExist フィールド

定義

注意事項

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

操作が参照するキーが存在しません。

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

フィールド値

Value = 6
属性

注釈

操作が参照するキーが存在しません。

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

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

適用対象