Dev2.Runtime.WebServer.Security.AuthorizeWebAttribute.AuthorizeWebAttribute C# (CSharp) Method

AuthorizeWebAttribute() public method

public AuthorizeWebAttribute ( ) : System
return System
        public AuthorizeWebAttribute()
            : this(ServerAuthorizationService.Instance)
        {
        }
        public AuthorizeWebAttribute(IAuthorizationService authorizationService)

Same methods

AuthorizeWebAttribute::AuthorizeWebAttribute ( IAuthorizationService authorizationService ) : System