Tagged Questions

1
vote
1answer
615 views

WCF UserName authentication and fault contracts

I have a WCF service configured to use custom UserName validation via the overriden Validate() method of the System.IdentityModel.Selectors.UserNamePasswordValidator class. All methods of the ...
0
votes
0answers
175 views

QuotaExceededException in unsigned SOAPFault

I am using an external SOAP service (of which I cannot have changed in any way) with a MutualCertificateDuplexBindingElement: MessageSecurityVersion securityVersion = ...