Initializes a new instance of the X509Crl class

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

Syntax

C#
public X509Crl(
	CertificateList c
)
Visual Basic
Public Sub New ( _
	c As CertificateList _
)
Visual C++
public:
X509Crl(
	CertificateList^ c
)

See Also