Java.Security.Security.AddProvider Method
Adds the given provider to the collection of providers at the next available position.

Syntax

[Android.Runtime.Register("addProvider", "(Ljava/security/Provider;)I", "")]
public static int AddProvider (Provider provider)

Parameters

provider
the provider to be added.

Returns

Documentation for this section has not yet been entered.

Remarks

Adds the given provider to the collection of providers at the next available position.

[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