Initializes a new instance of the RevokedInfo class

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

Syntax

C#
public RevokedInfo(
	DerGeneralizedTime revocationTime,
	CrlReason revocationReason
)
Visual Basic
Public Sub New ( _
	revocationTime As DerGeneralizedTime, _
	revocationReason As CrlReason _
)
Visual C++
public:
RevokedInfo(
	DerGeneralizedTime^ revocationTime, 
	CrlReason^ revocationReason
)

See Also