NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PasswordDeriveBytes Constructor (String, Byte[], String, Int32)

[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
);

Parameters

strPassword
[To be supplied.]
rgbSalt
[To be supplied.]
strHashName
[To be supplied.]
iterations
[To be supplied.]

See Also

PasswordDeriveBytes Class | PasswordDeriveBytes Members | System.Security.Cryptography Namespace | PasswordDeriveBytes Constructor Overload List