AuthenticationProtocolMessage.GetParameter(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.
Returns a parameter.
public virtual string GetParameter (string parameter);
abstract member GetParameter : string -> string
override this.GetParameter : string -> string
Public Overridable Function GetParameter (parameter As String) As String
Parameters
- parameter
- String
The parameter name.
Returns
The value of the parameter or null if the parameter does not exists.
Exceptions
If parameter is null