Gets the value of an option, if the option is set, or a default value otherwise.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public T GetValue<T>( CrypterOptionKey key )
Parameters
- key
- Type: CryptSharp CrypterOptionKey
The key of the option.
Type Parameters
- T
- The type of the option's value.
Return Value
The option's value.See Also