开发者

What is the ASP.NET security client services profile provider data type?

开发者 https://www.devze.com 2022-12-11 22:10 出处:网络
This seems to be a simple question, but I cannot find the answer after much searching. I have an application that uses the ASP.NET security system.The membership uses a System.Web.ClientServices.Prov

This seems to be a simple question, but I cannot find the answer after much searching.

I have an application that uses the ASP.NET security system. The membership uses a System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider type for the provider, and the roles, similarly, uses the System.Web.ClientServices.Providers.ClientRoleProvider type. Obviously, this application does NOT make a direct connection to the ASP.NET security DB, but uses these proxy classes when connecting to the configured serviceUri to get the security data.

What is the data type I should use for the provider of the profile 开发者_如何学Goinformation, using the same client services proxy method?

0

精彩评论

暂无评论...
验证码 换一张
取 消