AuthorizeAttribute Constructor (String, String) |
Ctor
Namespace:
Crosser.Common.Server
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public AuthorizeAttribute(
string roles = "",
string users = ""
)
Parameters
- roles (Optional)
- Type: SystemString
Roles allowed - users (Optional)
- Type: SystemString
Users allowed
See Also