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

Syntax

C#
public class PrincipalUtilities
Visual Basic
Public Class PrincipalUtilities
Visual C++
public ref class PrincipalUtilities

Remarks

A utility class that will extract X509Principal objects from X.509 certificates.

Use this in preference to trying to recreate a principal from a string, not all DNs are what they should be, so it's best to leave them encoded where they can be.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.X509..::..PrincipalUtilities

See Also