Initializes a new instance of the ResponseBytes class
Namespace: Org.BouncyCastle.Asn1.OcspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public ResponseBytes( DerObjectIdentifier responseType, Asn1OctetString response )  | 
| Visual Basic | 
|---|
Public Sub New ( _ responseType As DerObjectIdentifier, _ response As Asn1OctetString _ )  | 
| Visual C++ | 
|---|
public: ResponseBytes( DerObjectIdentifier^ responseType, Asn1OctetString^ response )  | 
Parameters
- responseType
 - Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
 
- response
 - Type: Org.BouncyCastle.Asn1..::..Asn1OctetString