Java.Security.Signature.GetParameter Method
Returns the value of the parameter with the specified name.

Syntax

[Android.Runtime.Register("getParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "")]
[System.Obsolete("deprecated")]
public Java.Lang.Object GetParameter (string param)

Parameters

param
the name of the requested parameter value

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.InvalidParameterExceptionif param is not a valid parameter for this Signature or an other error occurs.

Remarks

Returns the value of the parameter with the specified name.

[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