AuthenticationProtocolMessage.SetParameter(String, String) Method

Definition

Sets a parameter to the Parameters Dictionary.

public void SetParameter (string parameter, string value);
member this.SetParameter : string * string -> unit
Public Sub SetParameter (parameter As String, value As String)

Parameters

parameter
String

The parameter name.

value
String

The value to be assigned to parameter.

Exceptions

If 'parameterName' is null or empty.

Remarks

If null is passed as value and the parameter exists, that parameter is removed.

Applies to