Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides a workflow configuration element that establishes at the service level the validity of a transmission, message, or originator.
<configuration>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior>
<serviceAuthenticationManager>
Syntax
<behaviors>
<serviceBehaviors>
<behavior name="String">
<serviceAuthenticationManager serviceAuthenticationManagerType="String" />
</behavior>
</serviceBehaviors>
</behaviors>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| serviceAuthenticationManagerType | A string that specifies the type of the authentication policy for the current behavior. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| <behavior> | Specifies a behavior element. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.