Rfc2898DeriveBytes Methods
.NET Framework 4
The Rfc2898DeriveBytes type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose() | When overridden in a derived class, releases all resources used by the current instance of the DeriveBytes class. (Inherited from DeriveBytes.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the Rfc2898DeriveBytes class and optionally releases the managed resources. (Overrides DeriveBytes.Dispose(Boolean).) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBytes | Returns the pseudo-random key for this object. (Overrides DeriveBytes.GetBytes(Int32).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Reset | Resets the state of the operation. (Overrides DeriveBytes.Reset().) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |