Security.RemoveProvider(String) Method

Definition

Removes the provider with the specified name.

[Android.Runtime.Register("removeProvider", "(Ljava/lang/String;)V", "")]
public static void RemoveProvider (string? name);
[<Android.Runtime.Register("removeProvider", "(Ljava/lang/String;)V", "")>]
static member RemoveProvider : string -> unit

Parameters

name
String

the name of the provider to remove.

Attributes

Remarks

Java documentation for java.security.Security.removeProvider(java.lang.String).

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