Class BasicAuthenticationModule
Inheritance
System.Object
BasicAuthenticationModule
Implements
System.Web.IHttpModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Blob.WebDavServer
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class BasicAuthenticationModule : IHttpModule
Constructors
BasicAuthenticationModule()
Declaration
public BasicAuthenticationModule()
Methods
Authenticate(String, String)
Declaration
protected virtual bool Authenticate(string userName, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | userName | |
System.String | password |
Returns
Type | Description |
---|---|
System.Boolean |
Dispose()
Declaration
public void Dispose()
Init(HttpApplication)
Declaration
public void Init(HttpApplication application)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpApplication | application |
Implements
System.Web.IHttpModule