Brandy.Security.Web.BrandyAutentificationModule.Init C# (CSharp) 메소드

Init() 공개 메소드

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