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!

CustomAuthenticationEvent Constructor

Initializes a newly created instance of the CustomAuthenticationEvent Class.

[Visual Basic]
Public Sub New( _
   ByVal userName As String, _
   ByVal userPassword As String, _
   ByVal context As HttpContext _
)
[C#]
public CustomAuthenticationEvent(
   string userName,
   string userPassword,
   HttpContext context
);
[C++]
public: CustomAuthenticationEvent(
   String* userName,
   String* userPassword,
   HttpContext* context
);
[JScript]
public function CustomAuthenticationEvent(
   userName : String,
   userPassword : String,
   context : HttpContext
);

Parameters

userName
[To be supplied.]
userPassword
[To be supplied.]
context
An HttpContext object.

See Also

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