Namespace: Org.BouncyCastle.Ocsp
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

ExceptionCondition
Org.BouncyCastle.Ocsp..::..OcspExceptionIn the event of an encoding error.

See Also