Returns the revocationDate.

Namespace: Org.BouncyCastle.Pkix
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public DateTimeObject RevocationDate { get; set; }
Visual Basic
Public Property RevocationDate As DateTimeObject
	Get
	Set
Visual C++
public:
property DateTimeObject^ RevocationDate {
	DateTimeObject^ get ();
	void set (DateTimeObject^ value);
}

See Also