/// 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.
///
// TODO[api] Make static
[Obsolete("Will be removed")]
public class PrincipalUtilities
{
///