[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal strPassword As String, _ ByVal rgbSalt() As Byte, _ ByVal strHashName As String, _ ByVal iterations As Integer _ ) [C#] public PasswordDeriveBytes( string strPassword, byte[] rgbSalt, string strHashName, int iterations ); [C++] public: PasswordDeriveBytes( String* strPassword, unsigned char* rgbSalt[], String* strHashName, int iterations ); [JScript] public function PasswordDeriveBytes( strPassword : String, rgbSalt : Byte[], strHashName : String, iterations : int );
PasswordDeriveBytes Class | PasswordDeriveBytes Members | System.Security.Cryptography Namespace | PasswordDeriveBytes Constructor Overload List