insert_parameters


Description:

[ Deprecated ( replacement = "get_login_parameters" , since = "1.4" ) ]
public void insert_parameters (HashTable<string,Value?> parameters)

Warning: insert_parameters is deprecated. Use get_login_parameters.

Insert the given authentication parameters into the authentication data.

Note:

use get_login_parameters instead.

If some parameters were already present, the parameters passed with this method take precedence.

Parameters:

this

the AuthData.

parameters

a GenericSet containing the authentication parameters to be added.