KeyStoreException.ErrorKeyOperationExpired フィールド

定義

注意事項

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

呼び出し元が使用していた暗号化オブジェクトは、(他の同時操作が行われている可能性が高い) 退避された KeyMint 操作への参照を保持しました。

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

フィールド値

Value = 15
属性

注釈

呼び出し元が使用していた暗号化オブジェクトは、(他の同時操作が行われている可能性が高い) 退避された KeyMint 操作への参照を保持しました。 呼び出し元は、暗号化オブジェクトを再作成し、再試行する必要があります。

Javaドキュメント。

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

適用対象