Partager via


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
System_CAPS_pubmethod SBSWebServiceBehaviorAttribute()

Initializes a new instance of the SBSWebServiceBehaviorAttribute class with the default options.

System_CAPS_pubmethod SBSWebServiceBehaviorAttribute(String)

Initializes a new instance of the SBSWebServiceBehaviorAttribute class with a comma-separated string of authorization roles that are required.

System_CAPS_pubmethod 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