Click or drag to resize

AuthorizeHubRoleAttribute Properties

The AuthorizeHubRoleAttribute type exposes the following members.

Properties
  Name Description
Public property AllowedRoles Gets the allowed Roles as a string array.
Public property 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.
(Inherited from AuthorizeAttribute)
Public property Roles Gets or sets the user roles.
(Inherited from AuthorizeAttribute)
Public property SecuritySettingsCategory Gets or sets settings category used to lookup security connection for user data context.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Public property Users Gets or sets the authorized users.
(Inherited from AuthorizeAttribute)
Top
See Also