public class Crypto| Crypto | Initializes a new instance of the Crypto class |
| Crypto(CryptoCryptoTypes) | Initializes a new instance of the Crypto class |
| CryptoType | type of encryption / decryption used |
| Password | Passsword Key Property. The password key used when encrypting / decrypting |
| Decrypt(String) | decrypts a string |
| Decrypt(String, CryptoCryptoTypes) | decrypts a string acc. to the decryption type |
| Decrypt(String, String) | decrypts a string using a user defined password key |
| Decrypt(String, String, CryptoCryptoTypes) | decrypts a string acc. to decryption type and user defined password key |
| Encrypt(String) | Encrypt a string |
| Encrypt(String, CryptoCryptoTypes) | Encrypt string acc. to cryptoType |
| Encrypt(String, String) | Encrypt string with user defined password |
| Encrypt(String, String, CryptoCryptoTypes) | Encrypt string acc. to cryptoType and with user defined password |
| Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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) |