Return the Der encoded TbsCertificate data. This is the certificate component less the signature. To Get the whole certificate call the GetEncoded() member.

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

Syntax

C#
public virtual byte[] GetTbsCertificate()
Visual Basic
Public Overridable Function GetTbsCertificate As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetTbsCertificate()

Return Value

A byte array containing the Der encoded Certificate component.

See Also