wcf security - Mutual Authentication with Self-Hosted WCF Service -


i'm looking creating wcf service connect our product management system provide/update product licensing information. self hosting service wrapped in nt service , i'm looking @ ways mutually authenticate both service , client. clients desktop applications running on same machine service i'm thought nettcp binding transport security sufficient having looked @ documentation think can achieve windows credential security isn't going enough me. principally i'm trying prevent spoof applications invoking operations on our service , trying prevent spoof services masquerading our own.

can give me suggestions? i'm little concerned might have certificates :s

cheers,

chris.

you can use certificates (service / client) mutual authn. see http://msdn.microsoft.com/en-us/library/ms733102.aspx


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -