Guest User

Untitled

a guest
Dec 12th, 2018
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. if (!SecurityUtilities.CheckCredentials(username, password))
  2.             {
  3.                 LogUtilities.LogSecurityViolation(
  4.                     username,
  5.                     "LOGIN",
  6.                     WebRequestService.UserHostAddress);
  7.                 return null;
  8.             }
  9.  
  10.             return BaselineAdministration.GetLoginData(username);
Add Comment
Please, Sign In to add comment