FormsAuthenticationUser.Password Property

 

Gets or sets the user's password.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("password", IsRequired = true,
    DefaultValue = "")>]
[<StringValidatorAttribute>]
member Password : string with get, set

Property Value

Type: System.String

The user's password required by the application.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: