AuthorizeAttribute Properties
.NET Framework 4.5
Top
The AuthorizeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
RequireOutgoing | Set to false to apply authorization only to the invocations of any of the Hub's server-side methods. This property only affects attributes applied to the Hub class. This property cannot be read. |
|
Roles | Gets or sets the user roles. |
|
TypeId | (Inherited from Attribute.) |
|
Users | Gets or sets the authorized users. |
Show: