This documentation is archived and is not being maintained.
FormsAuthPasswordFormat Enumeration
.NET Framework 1.1
Specifies the encryption format for storing passwords.
[Visual Basic] <Serializable> Public Enum FormsAuthPasswordFormat [C#] [Serializable] public enum FormsAuthPasswordFormat [C++] [Serializable] __value public enum FormsAuthPasswordFormat [JScript] public Serializable enum FormsAuthPasswordFormat
Members
| Member name | Description |
|---|---|
| Clear | Specifies that passwords are not encrypted. |
| MD5 | Specifies that passwords are encrypted using the MD5 hash algorithm. |
| SHA1 | Specifies that passwords are encrypted using the SHA1 hash algorithm. |
Requirements
Namespace: System.Web.Configuration
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: