Java.Security.KeyStore.GetCreationDate Method
Returns the creation date of the entry with the given alias.

Syntax

[Android.Runtime.Register("getCreationDate", "(Ljava/lang/String;)Ljava/util/Date;", "")]
public Java.Util.Date GetCreationDate (string alias)

Parameters

alias
the alias for the entry.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns the creation date of the entry with the given alias.

[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