RijndaelPSKEncrypter AddPasswordToOptions Method NetworkComms.Net Help
Adds a password, using the correct key, to a Dictionary

Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void AddPasswordToOptions(
	Dictionary<string, string> options,
	string password
)

Parameters

options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
The Dictionary to add the option to
password
Type: OnlineSystem String
The password
See Also