CrypterOptions Methods | CryptSharp |
The CrypterOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Sets the value of an option, if the option has not already been set.
|
|
Clear |
Clears all options.
|
|
ContainsKey |
Checks if an option is set.
|
|
GetEnumerator |
Returns an enumerator that iterates through all options.
|
|
GetValueT(CrypterOptionKey) |
Gets the value of an option, if the option is set, or a default value otherwise.
|
|
GetValueT(CrypterOptionKey, T) |
Gets the value of an option, if the option is set, or a specified default value otherwise.
|
|
MakeReadOnly |
Prevents future changes to the options.
|
|
Remove |
Clears an option.
|
|
TryGetValue |
Gets the value of an option, if the option is set.
|
See Also