<serviceAuthenticationManager>
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.