Brandy.Security.Web.BrandyAutentificationModule.Init C# (CSharp) Method

Init() public method

public Init ( System.Web.HttpApplication httpApplication ) : void
httpApplication System.Web.HttpApplication
return void
        public void Init(HttpApplication httpApplication)
        {
            httpApplication.AuthenticateRequest += OnAuthenticateRequest;
        }
BrandyAutentificationModule