Java.Security.KeyStoreSpi.EngineDeleteEntry Method
Deletes the entry identified with the given alias from this KeyStoreSpi.

Syntax

[Android.Runtime.Register("engineDeleteEntry", "(Ljava/lang/String;)V", "GetEngineDeleteEntry_Ljava_lang_String_Handler")]
public abstract void EngineDeleteEntry (string alias)

Parameters

alias
the alias for the entry.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif the entry can not be deleted.

Remarks

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

[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