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

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal strPassword As String, _
   ByVal rgbSalt() As Byte _
)
[C#]
public PasswordDeriveBytes(
   string strPassword,
   byte[] rgbSalt
);
[C++]
public: PasswordDeriveBytes(
   String* strPassword,
   unsigned char* rgbSalt[]
);
[JScript]
public function PasswordDeriveBytes(
   strPassword : String,
   rgbSalt : Byte[]
);

Parameters

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

See Also

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