wcf - How can i Send response to authorize client? -
just finished first wcf service.
i want limit client service wcf server - want response client have right password ( password send string in 1 of argument field ) or response client have specific ip address.
how can in wcf ?
thanks help.
the "normal" expected behavior wcf service to:
- return valid result users authorized call service
- throw
faultexception(possibly typedfaultexception<securitynegotiationexception>) users not authorized
Comments
Post a Comment