AuthenticationProtocolMessage.SetParameter(String, String) メソッド

定義

パラメーターをパラメーター ディクショナリに設定します。

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

パラメーター

parameter
String

パラメーター名。

value
String

パラメーターに割り当てる値。

例外

'parameterName' が null または空の場合。

注釈

null が値として渡され、パラメーターが存在する場合、そのパラメーターは削除されます。

適用対象