SBSWebServiceBehaviorAttribute Constructor
Initializes a new instance of the SBSWebServiceBehaviorAttribute class. Variants of this overloaded constructor can declare the SBSWebServiceBehavior attribute with the default options or with the authorization roles to apply to the web service class that the attribute is declared on.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Overload List
Name | Description | |
---|---|---|
SBSWebServiceBehaviorAttribute() | Initializes a new instance of the SBSWebServiceBehaviorAttribute class with the default options. |
|
SBSWebServiceBehaviorAttribute(String) | Initializes a new instance of the SBSWebServiceBehaviorAttribute class with a comma-separated string of authorization roles that are required. |
|
SBSWebServiceBehaviorAttribute(WindowsBuiltInRole[]) | Initializes a new instance of the SBSWebServiceBehaviorAttribute class with an array of authorization roles that are required. |
See Also
SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top