Pbkdf2 Read Method (Int32)CryptSharp
Reads from the derived key stream.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public byte[] Read(
	int count
)

Return Value

Bytes from the derived key stream.
See Also