Java.Security.KeyStore.IsKeyEntry Method
Indicates whether the specified alias is associated with either a NoType:java/security/KeyStore$PrivateKeyEntry;Href=../../../reference/java/security/KeyStore.PrivateKeyEntry.html or a NoType:java/security/KeyStore$SecretKeyEntry;Href=../../../reference/java/security/KeyStore.SecretKeyEntry.html.

Syntax

[Android.Runtime.Register("isKeyEntry", "(Ljava/lang/String;)Z", "")]
public bool IsKeyEntry (string alias)

Parameters

alias
the alias of an entry.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif this KeyStore is not initialized.

Remarks

Requirements

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