AuthorizeAttribute Methods

.NET Framework 4.5

The AuthorizeAttribute type exposes the following members.

  NameDescription
Public method AuthorizeHubConnection Determines whether client is authorized to connect to IHub.
Public method AuthorizeHubMethodInvocation Determines whether client is authorized to invoke the IHub method.
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Protected method UserAuthorized When overridden, provides an entry point for custom authorization checks. Called by AuthorizeHubConnection(HubDescriptor, IRequest) and AuthorizeHubMethodInvocation(IHubIncomingInvokerContext, Boolean).
Top
Show: