Implements PBKDF2, a password-based key derivation function specified by RFC 2898.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class Rfc2898DeriveBytes _
	Inherits DeriveBytes
C#
public class Rfc2898DeriveBytes : DeriveBytes

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..DeriveBytes
    Rebex.Security.Cryptography..::..Rfc2898DeriveBytes

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also