Gets the value of an option, if the option is set.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public bool TryGetValue( CrypterOptionKey key, out Object value )
Parameters
- key
- Type: CryptSharp CrypterOptionKey
The key of the option.
- value
- Type: System Object
The value, or null if the option is not set.
Return Value
true if the option is set.See Also