Initializes a new instance of the CompleteRevocationRefs class

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

Syntax

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

Parameters

crlOcspRefs
Type: System.Collections..::..IEnumerable

See Also