Sets the value of an option, if the option has not already been set.
            
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public void Add( CrypterOptionKey key, Object value )
Parameters
- key
 - Type: CryptSharp CrypterOptionKey
The key of the option. 
- value
 - Type: 
System Object
The value of the option. 
See Also