The Pbkdf2 type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Pbkdf2 |
Creates a new PBKDF2 stream.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the stream, clearing memory and disposing of the HMAC algorithm.
(Overrides ![]() |
![]() ![]() | ComputeDerivedKey |
Computes a derived key.
|
![]() | Read(Int32) |
Reads from the derived key stream.
|
![]() | 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 ![]() |
![]() | Seek | When overridden in a derived class, sets the position within the current stream. (Overrides ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Length |
The maximum number of bytes that can be derived is 2^32-1 times the HMAC size.
(Overrides ![]() |
![]() | Position |
The position within the derived key stream.
(Overrides ![]() |
See Also