tags:

views:

60

answers:

1

How do I have a research implement on wpf software?

+3  A: 

WPF (Windows Presentation Foundation) is a GUI framework and doesn't really have much to do with security.

If on the other hand you mean WCF (Windows Communication Foundation), which seems possible, then you could start here.

If you're being asked to implement WCF security for a WPF application, then you will need to search for them both. There's lots of help on StackOverflow already as well as pages on Google. Hopefully this answer helps you.

If this doesn't answer your question then you might need to rephrase it.

Lunivore