Gets or sets a value that represents the start 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 StartDate As DateTime
C#
public DateTime StartDate { get; set; }
Visual C++
public:
property DateTime StartDate {
	DateTime get ();
	void set (DateTime value);
}

Field Value

A DateTime instance.