The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PasswordDeriveBytes Constructor (String^, array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the PasswordDeriveBytes class with the password and key salt to use to derive the key.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- strPassword
-
Type:
System::String^
The password for which to derive the key.
- rgbSalt
-
Type:
array<System::Byte>^
The key salt to use to derive the key.
Security Note
|
|---|
Never hard-code a password within your source code. Hard coded passwords can be retrieved from an assembly using the Ildasm.exe (IL Disassembler) tool, a hex editor, or by simply opening up the assembly in a text editor like notepad.exe. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
