CrypterOptions.Remove Method

CryptSharp

CrypterOptionsRemove Method CryptSharp
Clears an option.

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

public bool Remove(
	CrypterOptionKey key
)
Public Function Remove ( 
	key As CrypterOptionKey
) As Boolean
public:
bool Remove(
	CrypterOptionKey^ key
)
member Remove : 
        key : CrypterOptionKey -> bool 

Parameters

key
Type: CryptSharpCrypterOptionKey
The key of the option.

Return Value

Type: Boolean
true if the option was found and cleared.
See Also

Reference