The members of Java.Security.Identity are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new instance of Identity with the specified name. | ||
Creates a new instance of Identity with the specified name and the scope of this Identity. |
Identity() | Constructs a new instance of Identity. | |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Info | string. Returns the information string of this Identity. | |
[read-only] | Name | string. Returns the name of this Identity. |
PublicKey | IPublicKey. Returns the PublicKey associated with this Identity. | |
[read-only] | Scope | IdentityScope. Returns the IdentityScope of this Identity. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddCertificate(ICertificate)Adds a Certificate to this Identity. | ||
Certificates()Returns the certificates for this Identity. | ||
override | Equals(Java.Lang.Object)Compares the specified object with this Identity for equality and returns true if the specified object is equal, false otherwise. | |
RemoveCertificate(ICertificate)Removes the specified Certificate from this Identity. | ||
ToString(bool)Returns a string containing a concise, human-readable description of the this Identity. |
IdentityEquals(Identity)Compares the specified Identity with this Identity for equality and returns true if the specified object is equal, false otherwise. |