Java.Security.Cert.X509CertSelector.PrivateKeyValid Property
Returns the criterion for the validity date of the private key.

Syntax

[get: Android.Runtime.Register("getPrivateKeyValid", "()Ljava/util/Date;", "GetGetPrivateKeyValidHandler")]
[set: Android.Runtime.Register("setPrivateKeyValid", "(Ljava/util/Date;)V", "GetSetPrivateKeyValid_Ljava_util_Date_Handler")]
public virtual Java.Util.Date PrivateKeyValid { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the criterion for the validity date of the private key. The private key must be valid at the specified date.

Set method documentation [Android Documentation]

Sets the criterion for the validity date of the private key. The private key must be valid at the specified date.

Requirements

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