CrypterOptions Item Property CryptSharp
Gets or sets an option.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public Object this[
	CrypterOptionKey key
] { get; set; }

Return Value

The value of the option.
See Also