Javax.Security.Auth.X500.X500Principal Class
Represents an X.500 principal, which holds the distinguished name of some network entity.

See Also: X500Principal Members

Syntax

[Android.Runtime.Register("javax/security/auth/x500/X500Principal", DoNotGenerateAcw=true)]
public sealed class X500Principal : Java.Lang.Object, Java.IO.ISerializable, Java.Security.IPrincipal, IDisposable

Remarks

Represents an X.500 principal, which holds the distinguished name of some network entity. An example of a distinguished name is "O=SomeOrg, OU=SomeOrgUnit, C=US". The class can be instantiated from a byte representation of an object identifier (OID), an ASN.1 DER-encoded version, or a simple string holding the distinguished name. The representations must follow either RFC 2253, RFC 1779, or RFC2459.

[Android Documentation]

Requirements

Namespace: Javax.Security.Auth.X500
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1