IdentityScope.RemoveIdentity(Identity) Method

Definition

Caution

deprecated

Removes an identity from this identity scope.

[Android.Runtime.Register("removeIdentity", "(Ljava/security/Identity;)V", "GetRemoveIdentity_Ljava_security_Identity_Handler")]
[System.Obsolete("deprecated")]
public abstract void RemoveIdentity (Java.Security.Identity? identity);
[<Android.Runtime.Register("removeIdentity", "(Ljava/security/Identity;)V", "GetRemoveIdentity_Ljava_security_Identity_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveIdentity : Java.Security.Identity -> unit

Parameters

identity
Identity

the identity to be removed.

Attributes

Exceptions

if the Identity is not present in this scope.

Remarks

Removes an identity from this identity scope.

Java documentation for java.security.IdentityScope.removeIdentity(java.security.Identity).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to