Click or drag to resize

RijndaelPSKEncrypterAddPasswordToOptions Method

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void AddPasswordToOptions(
	Dictionary<string, string> options,
	string password
)

Parameters

options
Type: System.Collections.GenericDictionaryString, String
password
Type: SystemString
See Also