AuthenticationProtocolMessage.RemoveParameter(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.
Removes a parameter.
public virtual void RemoveParameter (string parameter);
abstract member RemoveParameter : string -> unit
override this.RemoveParameter : string -> unit
Public Overridable Sub RemoveParameter (parameter As String)
Parameters
- parameter
- String
The parameter name.
Exceptions
If 'parameter' is null or empty.