CrypterOptions MembersCryptSharp

The CrypterOptions type exposes the following members.
Constructors

  NameDescription
Public methodCrypterOptions
Initializes a new instance of the CrypterOptions class
Back to Top
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
Properties

  NameDescription
Public propertyCount
The number of options that have been set.
Public propertyIsReadOnly
true if the options cannot be changed.
Public propertyItem
Gets or sets an option.
Public propertyStatic memberNone
No options.
Back to Top
See Also