Initializes a new instance of the RevocationValues class

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

Syntax

C#
public RevocationValues(
	CertificateList[] crlVals,
	BasicOcspResponse[] ocspVals,
	OtherRevVals otherRevVals
)
Visual Basic
Public Sub New ( _
	crlVals As CertificateList(), _
	ocspVals As BasicOcspResponse(), _
	otherRevVals As OtherRevVals _
)
Visual C++
public:
RevocationValues(
	array<CertificateList^>^ crlVals, 
	array<BasicOcspResponse^>^ ocspVals, 
	OtherRevVals^ otherRevVals
)

See Also