基于WCF登录服务实现
1.部署需求
2.登录界面
3.服务搭建
3.1 JIS.IService 项目
3.2 JIS.Service 项目
3.3 JIS.Host 项目
step 1:配置服务
step 2:宿主程序
step 3:运行服务
4. 客户端Client实现
6.WPF客户端登录实现
6.1 App.xaml.cs
6.1 登录窗体WLogin.xaml
6.2 WLoginViewModel
6.3 WLogin.xaml.cs
6.4 PasswordBoxHelper
1