Initializes a new instance of the RequestedCertificate class

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

Syntax

C#
public RequestedCertificate(
	RequestedCertificate..::..Choice type,
	byte[] certificateOctets
)
Visual Basic
Public Sub New ( _
	type As RequestedCertificate..::..Choice, _
	certificateOctets As Byte() _
)
Visual C++
public:
RequestedCertificate(
	RequestedCertificate..::..Choice type, 
	array<unsigned char>^ certificateOctets
)

See Also