Gets or sets a value that represents the end date of the certificate.

Namespace: Org.Mentalis.Security.Tools
Assembly:   Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0

Syntax

Visual Basic (Declaration)
Public Property EndDate As DateTime
C#
public DateTime EndDate { get; set; }
Visual C++
public:
property DateTime EndDate {
	DateTime get ();
	void set (DateTime value);
}

Field Value

A DateTime instance.