コード例 #1
0
ファイル: AccesoSeguridad.cs プロジェクト: RLC-Crew/CGP
 public bool AutenticarUsuario(string login, string pwd)
 {
     Autorizacion.Seguridad wsSeguridad = new Autorizacion.Seguridad();
     return wsSeguridad.AutenticaUser(login, pwd, System.Web.HttpContext.Current.User.Identity.Name, System.Web.HttpContext.Current.Request.UserHostAddress);
 }