ScriptManager.AuthenticationService 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 ScriptManager 인스턴스와 관련된 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
속성 값
현재 ScriptManager 인스턴스에 대한 AuthenticationServiceManager 개체입니다.
- 특성
설명
AuthenticationServiceManager 이 속성에 의해 반환 되는 개체는 페이지를 사용 하 여 등록 된 인증 서비스를 나타냅니다. 인증 서비스는 컨트롤 또는 연결된 ScriptManagerProxy 컨트롤에서 정의 ScriptManager 할 수 있습니다.
ASP.NET 인증 서비스를 사용할 수도 있고 사용자 지정 인증 서비스를 사용할 수 있습니다. 다음 예제와 같이 페이지의 요소 내에 asp:ScriptManager
요소를 포함하여 AuthenticationService
태그에 사용자 지정 서비스를 추가할 수 있습니다.
<asp:ScriptManager ID="SM1" runat="server">
<AuthenticationService Path="MyAuthenticationService.asmx" />
</asp:ScriptManager>
또한 프로그래밍 방식으로 구성할 수 있습니다는 AuthenticationServiceManager 개체입니다. 서비스는 페이지의 PreRender 수명 주기 단계 동안 컨트롤에 등록 ScriptManager 됩니다.
적용 대상
.NET