How to show Windows Login Dialog?

.net, c#, winapi, windows, wpf

Solution

Looks similar to Show Authentication dialog in C# for windows Vista/7

CredUIPromptForWindowsCredentials

Problem

How to display Windows Login dialog box whitin a windows WPF application?

Original source

Related problems