SBSWebServiceBehaviorAttribute Constructor (WindowsBuiltInRole[])
Initializes a new instance of the SBSWebServiceBehaviorAttribute class with an array of authorization roles that are required.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public SBSWebServiceBehaviorAttribute(
WindowsBuiltInRole[] authorizationRoleIds
)
public:
SBSWebServiceBehaviorAttribute(
array<WindowsBuiltInRole>^ authorizationRoleIds
)
Public Sub New (
authorizationRoleIds As WindowsBuiltInRole()
)
Parameters
authorizationRoleIds
Type: System.Security.Principal.WindowsBuiltInRole[]An array that contains authorization roles to be used with the WindowsPrincipal.IsInRole method.
See Also
SBSWebServiceBehaviorAttribute Overload
SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top