This documentation is archived and is not being maintained.

CreatingCookieEventArgs::Password Property

Gets the password for the user.

Namespace:  System.Web.ApplicationServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ Password {
	String^ get ();
}

Property Value

Type: System::String
The password that is provided by the user for authentication.

You use the Password property to retrieve the password when you set custom values in the authentication ticket.

NoteNote

Do not save the value of the Password property in the authentication ticket. A malicious user can access the cookie and retrieve the password even though the cookie is encrypted.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: