System.Web.Security Namespace PassportIdentity Class
Gets information on whether the Passport member's password was saved.
[ VB ]
Public ReadOnly Property HasSavedPassword As Boolean
[ C# ]
public bool HasSavedPassword {get;}
[ C++ ]
public: __property bool get_HasSavedPassword ( );
[ JScript ]
public function get HasSavedPassword ( ) : Boolean;
true if the Passport member's ticket indicates that the password was saved on the Passport logon page the last time the ticket was refreshed; otherwise, false.
For more information, see the Passport SDK documentation.
PassportIdentity Members