Initializes a new instance of the OriginatorInfo class

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

Syntax

C#
public OriginatorInfo(
	Asn1Set certs,
	Asn1Set crls
)
Visual Basic
Public Sub New ( _
	certs As Asn1Set, _
	crls As Asn1Set _
)
Visual C++
public:
OriginatorInfo(
	Asn1Set^ certs, 
	Asn1Set^ crls
)

See Also