Java.Security.KeyStore.DeleteEntry Method
Deletes the entry identified with the given alias from this KeyStore.

Syntax

[Android.Runtime.Register("deleteEntry", "(Ljava/lang/String;)V", "")]
public void DeleteEntry (string alias)

Parameters

alias
the alias for the entry.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif this KeyStore is not initialized, or if the entry can not be deleted.

Remarks

Deletes the entry identified with the given alias from this KeyStore.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1