An Object representing an X509 Certificate. Has static methods for loading Certificates encoded in many forms that return X509Certificate Objects.

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

Collapse imageSyntax

C#
public class X509Certificate : X509ExtensionBase
Visual Basic
Public Class X509Certificate _
	Inherits X509ExtensionBase
Visual C++
public ref class X509Certificate : public X509ExtensionBase

Collapse imageInheritance Hierarchy

System..::..Object
  Org.BouncyCastle.X509..::..X509ExtensionBase
    Org.BouncyCastle.X509..::..X509Certificate

Collapse imageSee Also