Pbkdf2Read Method (Int32) | CryptSharp |
Reads from the derived key stream.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public byte[] Read( int count )
Public Function Read ( count As Integer ) As Byte()
public: array<unsigned char>^ Read( int count )
member Read : count : int -> byte[]
Parameters
- count
- Type: SystemInt32
The number of bytes to read.
Return Value
Type: ByteBytes from the derived key stream.
See Also