Java.Security.Security.GetProvider Method
Returns the Provider with the specified name.

Syntax

[Android.Runtime.Register("getProvider", "(Ljava/lang/String;)Ljava/security/Provider;", "")]
public static Provider GetProvider (string name)

Parameters

name
the name of the requested provider.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the Provider with the specified name. Returns null 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