PBKDF2 Class
Members See Also 
SourceCode.Security.Cryptography Namespace : PBKDF2 Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class PBKDF2 
   Inherits System.Security.Cryptography.DeriveBytes
Visual Basic (Usage) Copy Code
Dim instance As PBKDF2
C#  
public sealed class PBKDF2 : System.Security.Cryptography.DeriveBytes 
C++/CLI  
public ref class PBKDF2 sealed : public System.Security.Cryptography.DeriveBytes 

Inheritance Hierarchy

System.Object
   System.Security.Cryptography.DeriveBytes
      SourceCode.Security.Cryptography.PBKDF2

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also