Rijndael256 Class |
Namespace: TreeksLicensingLibrary
The Rijndael256 type exposes the following members.
Name | Description | |
---|---|---|
Rijndael256 | Initializes a new instance of the Rijndael256 class |
Name | Description | |
---|---|---|
DecryptBytes256Bit(Byte, String, String, Int32, Int32, String, String) |
Decrypts encrypted byte array
| |
DecryptBytes256Bit(String, String, String, Int32, Int32, String, String) |
Decrypts base64 encoded string to byte array
| |
DecryptString256Bit |
Decrypts base64 string to plain text.
| |
EncryptBytes256Bit |
Encrypts bytes with Rijndael
| |
EncryptString256Bit |
Encrypts string with specified password.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
iDecryptBytes256Bit(Byte, String, String, Int32, Int32, String, String) |
Decrypts encrypted byte array
| |
iDecryptBytes256Bit(String, String, String, Int32, Int32, String, String) |
Decrypts base64 encoded string to byte array
| |
iDecryptString256Bit |
Decrypts base64 string to plain text.
| |
iEncryptBytes256Bit |
Encrypts bytes with Rijndael
| |
iEncryptString256Bit |
Encrypts string with specified password.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |