Initializes a new instance of the CrlListID class

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

Syntax

C#
public CrlListID(
	IEnumerable crls
)
Visual Basic
Public Sub New ( _
	crls As IEnumerable _
)
Visual C++
public:
CrlListID(
	IEnumerable^ crls
)

See Also