Java.Security.Security.RemoveProvider Method
Removes the Provider with the specified name form the collection of providers.

Syntax

[Android.Runtime.Register("removeProvider", "(Ljava/lang/String;)V", "")]
public static void RemoveProvider (string name)

Parameters

name
the name of the provider to remove.

Remarks

Removes the Provider with the specified name form the collection of providers. If the the Provider with the specified name is removed, all provider at a greater position are shifted down one position.

Returns silently if name is null or no provider with the specified name is installed.

[Android Documentation]

Requirements

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