コード例 #1
0
 private bool shouldPromptForPassword(string username, string password)
 {
     return(!WindowsAuthentication.IsBuiltInUsername(username) && password.ShouldPrompt());
 }
コード例 #2
0
 private bool shouldPromptForPassword()
 {
     return(!WindowsAuthentication.IsBuiltInUsername(UserName) && Password.ShouldPrompt());
 }