Java.Security.Signature.SetParameter Method
Sets the specified parameter to the given value.

Syntax

[Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", "")]
[System.Obsolete("deprecated")]
public void SetParameter (string param, Java.Lang.Object value)

Parameters

param
the name of the parameter.
value
the parameter value.

Exceptions

TypeReason
Java.Security.InvalidParameterExceptionif the parameter is invalid, already set or is not allowed to be changed.

Remarks

Sets the specified parameter to the given value.

[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