, including all inherited members.
| Algorithm | Sylloge.Encryption.BinaryStream | |
| AlgorithmType enum name | Sylloge.Encryption.BinaryStream | |
| BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, string pass, byte[] salt) | Sylloge.Encryption.BinaryStream | |
| BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, string pass, byte[] salt, CryptoStreamMode mode) | Sylloge.Encryption.BinaryStream | |
| BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, byte[] key, byte[] iv) | Sylloge.Encryption.BinaryStream | |
| BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, byte[] key, byte[] iv, CryptoStreamMode mode) | Sylloge.Encryption.BinaryStream | |
| CanRead | Sylloge.Encryption.BinaryStream | |
| CanWrite | Sylloge.Encryption.BinaryStream | |
| Close() | Sylloge.Encryption.BinaryStream | |
| DecryptStream(string pass, byte[] salt) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(string pass, byte[] salt, CryptoStreamMode mode) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(string pass, byte[] salt, int blockSize, int keySize) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(string pass, byte[] salt, int blockSize, int keySize, CryptoStreamMode mode) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(byte[] key, byte[] iv) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(byte[] key, byte[] iv, CryptoStreamMode mode) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(byte[] key, byte[] iv, int blockSize, int keySize) | Sylloge.Encryption.Aes.DecryptStream | |
| DecryptStream(byte[] key, byte[] iv, int blockSize, int keySize, CryptoStreamMode mode) | Sylloge.Encryption.Aes.DecryptStream | |
| Dispose() | Sylloge.Encryption.BinaryStream | |
| Flush() | Sylloge.Encryption.BinaryStream | |
| Read(byte[] buffer, int offset, int count) | Sylloge.Encryption.BinaryStream | |
| ReadByte() | Sylloge.Encryption.BinaryStream | |
| StreamType enum name | Sylloge.Encryption.BinaryStream | |
| ToArray() | Sylloge.Encryption.BinaryStream | |
| Type | Sylloge.Encryption.BinaryStream | |
| Write(byte[] buffer) | Sylloge.Encryption.BinaryStream | |
| Write(byte[] buffer, int offset, int count) | Sylloge.Encryption.BinaryStream | |
| WriteByte(byte value) | Sylloge.Encryption.BinaryStream | |