- WCF (SOAP):Protecting single operations with custom UserName validator - similar to what WcfRestContrib offers but for soap?
- <behaviors>
- <serviceBehaviors>
- <behavior name="ServiceBehavior">
- <serviceAuthorization serviceAuthorizationManagerType="MyServiceAuthorizationManager" />
- </behavior>
- </serviceBehaviors>