NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthentication.Authenticate

[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;

Parameters

name
[To be supplied.]
password
[To be supplied.]

See Also

CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace