AuthenticationProtocolMessage.SetParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.