Pbkdf2 MembersCryptSharp

The Pbkdf2 type exposes the following members.
Constructors

  NameDescription
Public methodPbkdf2
Creates a new PBKDF2 stream.
Back to Top
Methods

  NameDescription
Public methodClose
Closes the stream, clearing memory and disposing of the HMAC algorithm.
(Overrides OnlineStream Close .)
Public methodStatic memberComputeDerivedKey
Computes a derived key.
Public methodRead(Int32)
Reads from the derived key stream.
Public methodRead( 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 OnlineStream Read( Byte , Int32, Int32).)
Public methodSeek
When overridden in a derived class, sets the position within the current stream.
(Overrides OnlineStream Seek(Int64, SeekOrigin).)
Back to Top
Properties

  NameDescription
Public propertyLength
The maximum number of bytes that can be derived is 2^32-1 times the HMAC size.
(Overrides OnlineStream Length.)
Public propertyPosition
The position within the derived key stream.
(Overrides OnlineStream Position.)
Back to Top
See Also