CrypterOptions Remove Method CryptSharp
Clears an option.

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

public bool Remove(
	CrypterOptionKey key
)

Return Value

true if the option was found and cleared.
See Also