Checks if an option is set.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public bool ContainsKey( CrypterOptionKey key )
Parameters
- key
- Type: CryptSharp CrypterOptionKey
The key of the option.
Return Value
true if the option is set.See Also