Exemple #1
0
 public string WindowsLogin()
 {
     return(SecurityLogic.AuthenticateUser(ServiceSecurityContext.Current.WindowsIdentity));
 }
Exemple #2
0
 public string Login(string username, string password)
 {
     return(SecurityLogic.AuthenticateUser(username, password));
 }