| Overload | Description |
|---|---|
| PasswordHash Constructor(Stream,Salt) | Creates a salted hash from the given bytes and salt |
| PasswordHash Constructor(Password) | Creates a salted hash from the given password |
| PasswordHash Constructor(Password,Salt) | Creates a salted hash from the given password and salt |
| PasswordHash Constructor(Boolean,Byte[],Salt) | Creates the hash from the given bytes and salt |
| PasswordHash Constructor(Boolean,Byte[]) | Creates the hash from the given bytes |
| PasswordHash Constructor(String,Salt) | Creates the hash from the given data and salt |
| PasswordHash Constructor(String) | Creates the hash from the given data and salt |
| PasswordHash Constructor(SecureString,Salt) | Creates the hash from the given data and salt |
| PasswordHash Constructor(SecureString) | Creates the hash from the given data and salt |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7