MembershipProvider.DecryptPassword Method
Decrypts an encrypted password.
Namespace: System.Web.Security
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- encodedPassword
- Type: System.Byte[]
A byte array that contains the encrypted password to decrypt.
| 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. |
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.