FormsAuthenticationCredentials.PasswordFormat Property

 

Gets or sets the password format.

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

[<ConfigurationPropertyAttribute("passwordFormat", DefaultValue = FormsAuthPasswordFormat.SHA1)>]
member PasswordFormat : FormsAuthPasswordFormat with get, set

The following code example shows how to access the PasswordFormat property. Refer to the code example in the FormsAuthenticationCredentials 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: