PasswordDeriveBytes Methods
.NET Framework 1.1
The methods of the PasswordDeriveBytes class are listed here. For a complete list of PasswordDeriveBytes class members, see the PasswordDeriveBytes Members topic.
Public Methods
CryptDeriveKey | Derives a cryptographic key from the PasswordDeriveBytes object. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetBytes | Overridden. Returns pseudo-random key bytes. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Reset | Overridden. Resets the state of the operation. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize | Overridden. Releases any acquired cryptographic service provider (CSP) before the object is destroyed.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
PasswordDeriveBytes Class | System.Security.Cryptography Namespace
