Initializes a new instance of the CrlOcspRef class

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

Syntax

C#
public CrlOcspRef(
	CrlListID crlids,
	OcspListID ocspids,
	OtherRevRefs otherRev
)
Visual Basic
Public Sub New ( _
	crlids As CrlListID, _
	ocspids As OcspListID, _
	otherRev As OtherRevRefs _
)
Visual C++
public:
CrlOcspRef(
	CrlListID^ crlids, 
	OcspListID^ ocspids, 
	OtherRevRefs^ otherRev
)

See Also