CrypterOptions MethodsCryptSharp
The CrypterOptions type exposes the following members.
Methods

  NameDescription
Public methodAdd
Sets the value of an option, if the option has not already been set.
Public methodClear
Clears all options.
Public methodContainsKey
Checks if an option is set.
Public methodGetEnumerator
Returns an enumerator that iterates through all options.
Public methodGetValue T (CrypterOptionKey)
Gets the value of an option, if the option is set, or a default value otherwise.
Public methodGetValue T (CrypterOptionKey, T)
Gets the value of an option, if the option is set, or a specified default value otherwise.
Public methodMakeReadOnly
Prevents future changes to the options.
Public methodRemove
Clears an option.
Public methodTryGetValue
Gets the value of an option, if the option is set.
Back to Top
See Also