Java.Security.IPrincipal Members

The members of Java.Security.IPrincipal are listed below.

Public Properties

[read-only]
Namestring. Returns the name of this Principal.

Public Methods

Equals(Java.Lang.Object) : bool
Compares the specified object with this Principal for equality and returns true if the specified object is equal, false otherwise.
GetHashCode() : int
Returns the hash code value for this Principal.
ToString() : string
Returns a string containing a concise, human-readable description of this Principal.