Gets or sets an option.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public Object this[ CrypterOptionKey key ] { get; set; }
Parameters
- key
- Type: CryptSharp CrypterOptionKey
The key of the option.
Return Value
The value of the option.See Also