Aspectacular.AuthorizationAspect.Step_2_BeforeTryingMethodExec C# (CSharp) Method

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void
        public override void Step_2_BeforeTryingMethodExec()
        {
            this.EnsureAuthorization();
            this.Log(EntryType.Warning, "Authorized", true.ToString());
        }