Brandy.Security.Web.BrandyAutentificationModule.Init C# (CSharp) Méthode

Init() public méthode

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