public class Pbkdf2 : DeriveBytesPublic Class Pbkdf2
Inherits DeriveBytespublic ref class Pbkdf2 : public DeriveBytesSnapDB.Security.Pbkdf2 = function();
Type.createClass(
'SnapDB.Security.Pbkdf2',
DeriveBytes);| Pbkdf2 | Implements a Pbkdf2 algorthim with a user definded MAC method. |
| ComputeSaltedPassword | Implements a Pbkdf2 algorthim with a user definded MAC method. |
| Dispose | When overridden in a derived class, releases all resources used by the current instance of the DeriveBytes class. (Inherited from DeriveBytes) |
| Dispose(Boolean) |
When overridden in a derived class, releases the unmanaged resources used by the DeriveBytes class and optionally releases the managed resources.
(Overrides DeriveBytesDispose(Boolean)) |
| Equals | 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 |
Generates an array of random bytes with the specified length.
(Overrides DeriveBytesGetBytes(Int32)) |
| GetHashCode | Serves as the default hash function. (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 |
When overridden in a derived class, resets the state of the operation.
(Overrides DeriveBytesReset) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |