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