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

Syntax

C#
public DerGeneralizedTime RevocationTime { get; }
Visual Basic
Public ReadOnly Property RevocationTime As DerGeneralizedTime
	Get
Visual C++
public:
property DerGeneralizedTime^ RevocationTime {
	DerGeneralizedTime^ get ();
}

See Also