Java.Security.Security.InsertProviderAt Method
Insert the given Provider at the specified position.

Syntax

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

Parameters

provider
the provider to insert.
position
the position (starting from 1).

Returns

Documentation for this section has not yet been entered.

Remarks

Insert the given Provider at the specified position. The positions define the preference order in which providers are searched for requested algorithms.

[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