AuthenticationService从代码后面访问

时间:2010-09-07 19:32:44

标签: .net forms-authentication

我想从我的.net应用程序后面的代码中调用我的AuthenticationService。这是wcf表单身份验证服务的构建。

我该怎么做?

我似乎无法弄清楚如何实例化它。

1 个答案:

答案 0 :(得分:0)

您无法实例化AuthenticationService类。

您可以像这样初始化它: private readonly AuthenticationService authService = WebContext.Current.Authentication;