ScriptManagerProxy.AuthenticationService 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与当前 ScriptManagerProxy 实例关联的 AuthenticationServiceManager 对象。
public:
property System::Web::UI::AuthenticationServiceManager ^ AuthenticationService { System::Web::UI::AuthenticationServiceManager ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.AuthenticationServiceManager AuthenticationService { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AuthenticationService : System.Web.UI.AuthenticationServiceManager
Public ReadOnly Property AuthenticationService As AuthenticationServiceManager
属性值
当前 ScriptManagerProxy 实例的 AuthenticationServiceManager 对象。
- 属性
注解
AuthenticationServiceManager此属性返回的 对象表示向页面注册的身份验证服务。
可以使用 ASP.NET 身份验证服务或使用自定义身份验证服务。 若要使用自定义服务,可以通过在页面上的 元素中包含 元素 AuthenticationService
来 ScriptManagerProxy
注册它。 还可以以编程方式配置 AuthenticationServiceManager 对象。