Clears an option.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public bool Remove( CrypterOptionKey key )
Parameters
- key
- Type: CryptSharp CrypterOptionKey
The key of the option.
Return Value
true if the option was found and cleared.See Also