WCF certificates and non .net clients -


i developing wcf service. use wshttpbinding , customusernamevalidator access through username , password. i've faced problem use username/password need sort of secure channel means should generate 2 certificates - 1 service , 1 client. question - possible client not needed certificate , if yes - how that? , how customize security of wcf service non-.net clients?

there no need have 2 certificates when using wshttpbinding binding type. need set 1 certificate on server using transportwithmessagecredential used point point channel communication user credentials encrypted , stored in message.

on following link can find complete sample related wshttpbinding username authentication: http://msdn.microsoft.com/en-us/library/ff648840.aspx.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -