[To be supplied.]
[Visual Basic] Public Shared Function Authenticate( _ ByVal name As String, _ ByVal password As String _ ) As Boolean [C#] public static bool Authenticate( string name, string password ); [C++] public: static bool Authenticate( String* name, String* password ); [JScript] public static function Authenticate( name : String, password : String ) : Boolean;
CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace