Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal hmacFactory As Func(Of HMAC), _ ByVal password As String, _ ByVal salt() As Byte, _ ByVal iterations As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim hmacFactory As Func(Of HMAC) Dim password As String Dim salt() As Byte Dim iterations As Integer Dim instance As New PBKDF2(hmacFactory, password, salt, iterations) |
C# | |
---|---|
public PBKDF2( Func<HMAC> hmacFactory, string password, byte[] salt, int iterations ) |
C++/CLI | |
---|---|
public: PBKDF2( Func<HMAC^>^ hmacFactory, String^ password, array<byte>^ salt, int iterations ) |
Parameters
- hmacFactory
- password
- salt
- iterations
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