The TextAlgorithm type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TextAlgorithm |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Code |
Encryption text algorithm
|
![]() | Decode |
Decryption text algorithm
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateKey |
Generates a key and an initialization value.
Max size is 32 = keySize+blockSize
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Properties
Name | Description | |
---|---|---|
![]() | AlgorithmType |
Text algorithm type. If it's a normal text algorithm (ie: TextROT13)
then this will be TextAlgorithm.Text. If it's a binary algorithm
turned into a text algorithm via Base64 conversions, this will be
TextAlgorithm.Binary
|