Returns the name of the most-trusted CA in RFC 2253 string format.

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

Syntax

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

See Also