Returns the name of the most-trusted CA as an X509Name.

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

Syntax

C#
public X509Name CA { get; }
Visual Basic
Public ReadOnly Property CA As X509Name
	Get
Visual C++
public:
property X509Name^ CA {
	X509Name^ get ();
}

See Also