Java.Security.Cert.X509CRLSelector.DateAndTime Property
Returns the criterion for the CRL update period.

Syntax

[get: Android.Runtime.Register("getDateAndTime", "()Ljava/util/Date;", "GetGetDateAndTimeHandler")]
[set: Android.Runtime.Register("setDateAndTime", "(Ljava/util/Date;)V", "GetSetDateAndTime_Ljava_util_Date_Handler")]
public virtual Java.Util.Date DateAndTime { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the criterion for the CRL update period. The CRL's thisUpdate value must be equal or before the returned date and the nextUpdate value must be after the returned date.

Set method documentation [Android Documentation]

Sets the criterion for the CRL update period. The CRL's thisUpdate value must be equal or before the specified date and the nextUpdate value must be after 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