CrypterOptions Class

CryptSharp

CrypterOptions Class CryptSharp
Stores options for the crypt operation.
Inheritance Hierarchy

SystemObject  CryptSharpCrypterOptions

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

public class CrypterOptions : IEnumerable<KeyValuePair<CrypterOptionKey, Object>>, 
	IEnumerable
Public Class CrypterOptions
	Implements IEnumerable(Of KeyValuePair(Of CrypterOptionKey, Object)), 
	IEnumerable
public ref class CrypterOptions : IEnumerable<KeyValuePair<CrypterOptionKey^, Object^>>, 
	IEnumerable
type CrypterOptions =  
    class
        interface IEnumerable<KeyValuePair<CrypterOptionKey, Object>>
        interface IEnumerable
    end

The CrypterOptions type exposes the following members.

Constructors

  NameDescription
Public methodCrypterOptions
Initializes a new instance of the CrypterOptions class
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 methodGetValueT(CrypterOptionKey)
Gets the value of an option, if the option is set, or a default value otherwise.
Public methodGetValueT(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.
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.
Top
See Also

Reference