标签: .net forms-authentication
我想从我的.net应用程序后面的代码中调用我的AuthenticationService。这是wcf表单身份验证服务的构建。
我该怎么做?
我似乎无法弄清楚如何实例化它。
答案 0 :(得分:0)
您无法实例化AuthenticationService类。
您可以像这样初始化它: private readonly AuthenticationService authService = WebContext.Current.Authentication;