Click or drag to resize

AesStreamRead(Byte, Int32, Int32) Method

Decrypt data from Stream

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override int Read(
	byte[] array,
	int offset,
	int count
)

Parameters

array  Byte
 
offset  Int32
 
count  Int32
 

Return Value

Int32
See Also