AuthRequiredAttribute Class

HttpServer.dll

Marks methods to let framework know that the method is protected

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class AuthRequiredAttribute : Attribute
Visual Basic (Declaration)
Public Class AuthRequiredAttribute _
	Inherits Attribute
Visual C++
public ref class AuthRequiredAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    HttpServer.Controllers..::.AuthRequiredAttribute

See Also