KeyStoreException.IsSystemError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the error related to the Keystore/KeyMint implementation and not a specific key.
public virtual bool IsSystemError { [Android.Runtime.Register("isSystemError", "()Z", "GetIsSystemErrorHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isSystemError", "()Z", "GetIsSystemErrorHandler", ApiSince=33)>]
member this.IsSystemError : bool
Property Value
true if the error is related to the system, not the key in use. System errors indicate a feature isn't working, whereas key-related errors are likely to succeed with a new key.
- Attributes
Remarks
Indicates whether the error related to the Keystore/KeyMint implementation and not a specific key.
Java documentation for android.security.KeyStoreException.isSystemError()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.