MembershipProvider.EncryptPassword Method (Byte[])
Encrypts a password.
Namespace: System.Web.Security
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- password
- Type: System.Byte[]
A byte array that contains the password to encrypt.
| Exception | Condition |
|---|---|
| ProviderException | The ValidationKey property or DecryptionKey property is set to AutoGenerate. |
| PlatformNotSupportedException | This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework. |
The EncryptPassword method is a virtual method that is provided for membership provider implementations to use when supporting encrypted password formats.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.