AesStreamRead(Byte, Int32, Int32) Method |
Decrypt data from Stream
Namespace: Internal.LiteDB.EngineAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override int Read(
byte[] array,
int offset,
int count
)
Parameters
- array Byte
-
- offset Int32
-
- count Int32
-
Return Value
Int32
See Also