EncryptTool Class |
Namespace: Scilligence.MolEngine.Companion
public class EncryptTool
The EncryptTool type exposes the following members.
| Name | Description | |
|---|---|---|
| EncryptTool(String) | Initializes a new instance of the EncryptTool class | |
| EncryptTool(String, String) | Initializes a new instance of the EncryptTool class |
| Name | Description | |
|---|---|---|
| PublicOnly |
| Name | Description | |
|---|---|---|
| CreateKeyPair | ||
| Decrypt(Byte) | ||
| Decrypt(String) | ||
| DecryptFile(Stream, Stream) | ||
| DecryptFile(String, String) | ||
| DecryptFile(Stream, Stream, String) | ||
| DecryptFile(String, String, String) | ||
| Encrypt(Byte) | ||
| Encrypt(String) | ||
| EncryptFile(Stream, Stream) | ||
| EncryptFile(String, String) | ||
| EncryptFile(Stream, Stream, String, String) | ||
| EncryptFile(String, String, String, String) | ||
| 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.) | |
| GetPublicKey | ||
| 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.) |