CrypterOptions Add Method CryptSharp
Sets the value of an option, if the option has not already been set.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public void Add(
	CrypterOptionKey key,
	Object value
)
See Also