Namespace: Org.BouncyCastle.Ocsp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public byte[] GetTbsResponseData() |
| Visual Basic |
|---|
Public Function GetTbsResponseData As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ GetTbsResponseData() |
Return Value
The DER encoding of the tbsResponseData field.
Exceptions
| Exception | Condition |
|---|---|
| Org.BouncyCastle.Ocsp..::..OcspException | In the event of an encoding error. |