Pbkdf2 Methods

CryptSharp

Pbkdf2 Methods CryptSharp

The Pbkdf2 type exposes the following members.

Methods

  Name Description
Public method Close
Closes the stream, clearing memory and disposing of the HMAC algorithm.
(Overrides StreamClose.)
Public method Static member ComputeDerivedKey
Computes a derived key.
Public method Read(Int32)
Reads from the derived key stream.
Public method Read(Byte, Int32, Int32)
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Overrides StreamRead(Byte, Int32, Int32).)
Public method Seek
When overridden in a derived class, sets the position within the current stream.
(Overrides StreamSeek(Int64, SeekOrigin).)
Top
See Also

Reference