KeyStore.DeleteEntry(String) Method

Definition

Deletes the entry identified by the given alias from this keystore.

[Android.Runtime.Register("deleteEntry", "(Ljava/lang/String;)V", "")]
public void DeleteEntry (string? alias);
[<Android.Runtime.Register("deleteEntry", "(Ljava/lang/String;)V", "")>]
member this.DeleteEntry : string -> unit

Parameters

alias
String

the alias name

Attributes

Exceptions

if this KeyStore is not initialized, or if the entry can not be deleted.

Remarks

Deletes the entry identified by the given alias from this keystore.

Java documentation for java.security.KeyStore.deleteEntry(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.

Applies to