KeyStoreSpi.EngineDeleteEntry(String) Method
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.
Deletes the entry identified by the given alias from this keystore.
[Android.Runtime.Register("engineDeleteEntry", "(Ljava/lang/String;)V", "GetEngineDeleteEntry_Ljava_lang_String_Handler")]
public abstract void EngineDeleteEntry (string? alias);
[<Android.Runtime.Register("engineDeleteEntry", "(Ljava/lang/String;)V", "GetEngineDeleteEntry_Ljava_lang_String_Handler")>]
abstract member EngineDeleteEntry : string -> unit
Parameters
- alias
- String
the alias name
- Attributes
Exceptions
if the entry can not be deleted.
Remarks
Deletes the entry identified by the given alias from this keystore.
Java documentation for java.security.KeyStoreSpi.engineDeleteEntry(java.lang.String)
.
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.