Rfc2898DeriveBytes Members
.NET Framework 3.0
Implements password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on HMACSHA1.
The following tables list the members exposed by the Rfc2898DeriveBytes type.
Name | Description | |
---|---|---|
![]() | Rfc2898DeriveBytes | Overloaded. Initializes a new instance of the Rfc2898DeriveBytes class. |
Name | Description | |
---|---|---|
![]() | IterationCount | Gets or sets the number of iterations for the operation. |
![]() | Salt | Gets or sets the key salt value for the operation. |
(see also
Protected Methods
)
Top
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
![]() | GetBytes | Overridden. Returns a pseudo-random key from a password, salt and iteration count. |
![]() | GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (inherited from Object) |
![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
![]() | Reset | Overridden. Resets the state of the operation. |
![]() | ToString | Returns a String that represents the current Object. (inherited from Object) |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
Rfc2898DeriveBytes ClassSystem.Security.Cryptography Namespace
Other Resources
Cryptographic Services
Show: