Javax.Security.Auth.X500.X500Principal Members

The members of Javax.Security.Auth.X500.X500Principal are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new X500Principal from a given ASN.
Creates a new X500Principal from a given ASN.
Creates a new X500Principal from a string representation of a distinguished name.
Documentation for this section has not yet been entered.

Public Fields

const
Canonicalstring. Defines a constant for the canonical string format of distinguished names.
const
Rfc1779string. Defines a constant for the RFC 1779 string format of distinguished names.
const
Rfc2253string. Defines a constant for the RFC 2253 string format of distinguished names.

Public Properties

[read-only]
Namestring. Returns a human-readable string representation of the distinguished name contained in this X.500 principal.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetEncoded() : byte[]
Returns an ASN.
GetName(string) : string
Returns a string representation of the distinguished name contained in this X.500 principal.
GetName(string, IDictionary<string, string>) : string
Documentation for this section has not yet been entered.