FormsAuthenticationCredentials.PasswordFormat Property
.NET Framework (current version)
Gets or sets the password format.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("passwordFormat", DefaultValue := FormsAuthPasswordFormat.SHA1)> Public Property PasswordFormat As FormsAuthPasswordFormat
Property Value
Type: System.Web.Configuration.FormsAuthPasswordFormatOne of the FormsAuthPasswordFormat values.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: