Xceed .NET Libraries Documentation
DeriveBytesRfc2898 Constructor(String,Byte[],Int32)


Xceed.Compression Assembly > Xceed.Compression Namespace > DeriveBytesRfc2898 Class > DeriveBytesRfc2898 Constructor : DeriveBytesRfc2898 Constructor(String,Byte[],Int32)
Syntax
'Declaration
 
Public Function New( _
   ByVal password As String, _
   ByVal salt() As Byte, _
   ByVal iterations As Integer _
)
'Usage
 
Dim password As String
Dim salt() As Byte
Dim iterations As Integer
 
Dim instance As New DeriveBytesRfc2898(password, salt, iterations)
public DeriveBytesRfc2898( 
   string password,
   byte[] salt,
   int iterations
)

Parameters

password
salt
iterations
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

Reference

DeriveBytesRfc2898 Class
DeriveBytesRfc2898 Members
Overload List