Sylloge
A C# helper library
Sylloge.Encryption.BinaryStream Member List
This is the complete list of members for Sylloge.Encryption.BinaryStream, including all inherited members.
AlgorithmSylloge.Encryption.BinaryStream
AlgorithmType enum nameSylloge.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
CanReadSylloge.Encryption.BinaryStream
CanWriteSylloge.Encryption.BinaryStream
Close()Sylloge.Encryption.BinaryStream
Dispose()Sylloge.Encryption.BinaryStream
Flush()Sylloge.Encryption.BinaryStream
Read(byte[] buffer, int offset, int count)Sylloge.Encryption.BinaryStream
ReadByte()Sylloge.Encryption.BinaryStream
StreamType enum nameSylloge.Encryption.BinaryStream
ToArray()Sylloge.Encryption.BinaryStream
TypeSylloge.Encryption.BinaryStream
Write(byte[] buffer)Sylloge.Encryption.BinaryStream
Write(byte[] buffer, int offset, int count)Sylloge.Encryption.BinaryStream
WriteByte(byte value)Sylloge.Encryption.BinaryStream
 All Classes Namespaces Files Functions Variables Enumerations Properties Events