[ObsoleteAttribute("Will be removed")]
public class PrincipalUtilities
<ObsoleteAttribute("Will be removed")>
Public Class PrincipalUtilities
[ObsoleteAttribute(L"Will be removed")]
public ref class PrincipalUtilities
Org.BouncyCastle.X509.PrincipalUtilities = function();
Type.createClass(
'Org.BouncyCastle.X509.PrincipalUtilities');
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.
PrincipalUtilities | Initializes a new instance of the PrincipalUtilities class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetIssuerX509Principal(X509Certificate) | Return the issuer of the given cert as an X509Principal. |
GetIssuerX509Principal(X509Crl) | Return the issuer of the given CRL as an X509Principal. |
GetSubjectX509Principal | Return the subject of the given cert as an X509Principal. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |