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

Syntax

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

Return Value

The ASN.1 encoded representation of this object.

See Also