AuthorizeAttribute Methods
.NET Framework 4.5
Top
Top
The AuthorizeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthorizeHubConnection | Determines whether client is authorized to connect to IHub. |
|
AuthorizeHubMethodInvocation | Determines whether client is authorized to invoke the IHub method. |
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
Match | (Inherited from Attribute.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
|
UserAuthorized | When overridden, provides an entry point for custom authorization checks. Called by AuthorizeHubConnection(HubDescriptor, IRequest) and AuthorizeHubMethodInvocation(IHubIncomingInvokerContext, Boolean). |
| Name | Description | |
|---|---|---|
|
_Attribute::GetIDsOfNames | (Inherited from Attribute.) |
|
_Attribute::GetTypeInfo | (Inherited from Attribute.) |
|
_Attribute::GetTypeInfoCount | (Inherited from Attribute.) |
|
_Attribute::Invoke | (Inherited from Attribute.) |
Show: