ClientFormsAuthenticationCredentials.Password Property

 

Gets or sets the user password.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public string Password { get; set; }

Property Value

Type: System.String

The user password.

The ClientFormsAuthenticationMembershipProvider class uses this property to retrieve the user password during authentication. You will not typically use this property in your application code. Instead, you will use the class constructor to set the user password.

.NET Framework
Available since 3.5
Return to top
Show: