Exemplo n.º 1
0
 private bool shouldPromptForPassword(string username, string password)
 {
     return(!WindowsAuthentication.IsBuiltInUsername(username) && password.ShouldPrompt());
 }
Exemplo n.º 2
0
 private bool shouldPromptForPassword()
 {
     return(!WindowsAuthentication.IsBuiltInUsername(UserName) && Password.ShouldPrompt());
 }