FormsAuthenticationUser.Password Property
.NET Framework (current version)
Gets or sets the user's password.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("password", IsRequired = true, DefaultValue = "")>] [<StringValidatorAttribute>] member Password : string with get, set
The following code example shows how to use the Password property. Refer to the code example in the FormsAuthenticationUser class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: