CrypterOptions Methods

CryptSharp

CrypterOptions Methods CryptSharp

The CrypterOptions type exposes the following members.

Methods

  Name Description
Public method Add
Sets the value of an option, if the option has not already been set.
Public method Clear
Clears all options.
Public method ContainsKey
Checks if an option is set.
Public method GetEnumerator
Returns an enumerator that iterates through all options.
Public method GetValueT(CrypterOptionKey)
Gets the value of an option, if the option is set, or a default value otherwise.
Public method GetValueT(CrypterOptionKey, T)
Gets the value of an option, if the option is set, or a specified default value otherwise.
Public method MakeReadOnly
Prevents future changes to the options.
Public method Remove
Clears an option.
Public method TryGetValue
Gets the value of an option, if the option is set.
Top
See Also

Reference