The TextAlgorithmParameters type exposes the following members.

Constructors

  NameDescription
Public methodTextAlgorithmParameters(Int32)
Constructor with shift.
Public methodTextAlgorithmParameters(String)
Constructor with key
Public methodTextAlgorithmParameters(Int32, String)
Constructor with key and shift
Public methodTextAlgorithmParameters(Int32, String, Int16, Int16)
Constructor with key and shift

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetShiftAt
Get the shift given the position in the alphabetic sequence
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBlockSize
Size of the block in bytes
Public propertyKey
Get TextVigenere
Public propertyKeySize
Size of the key in bytes
Public propertyShift
Get Shift

See Also