System.Web.ApplicationServices 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供類別,讓您可以存取 ASP.NET 表單驗證、角色和設定檔應用程式服務作為 Windows Communication Foundation (WCF) 服務。
類別
ApplicationServicesHostFactory |
提供 Factory 類別,以便在 Managed 裝載環境中建立驗證服務、角色服務和設定檔服務的執行個體。 |
AuthenticatingEventArgs |
提供 Authenticating 事件的資料。 |
AuthenticationService |
允許使用 Web 服務存取 ASP.NET 表單驗證。 |
CreatingCookieEventArgs |
提供 CreatingCookie 事件的資料。 |
KnownTypesProvider |
建立 Type 物件的陣列,這些物件包含個別設定檔屬性的型別。 |
ProfilePropertyMetadata |
提供值的集合,這些值描述設定檔屬性。 |
ProfileService |
允許透過 Web 服務存取 ASP.NET 使用者設定檔。 |
RoleService |
允許以 WCF Web 服務存取 ASP.NET 角色提供者。 |
SelectingProviderEventArgs |
提供 SelectingProvider 事件的資料。 |
ValidatingPropertiesEventArgs |
提供 ValidatingProperties 事件的資料。 |
備註
AuthenticationService、 RoleService 和 ProfileService 類別包含的方法可讓您登入使用者、檢查目前使用者所屬的角色,以及透過 WCF 服務擷取使用者的配置檔案屬性。 命名空間也包含下列類別:
CreatingCookieEventArgs,用來自訂 類別中的 AuthenticationService 驗證 Cookie。
AuthenticatingEventArgs,用來在執行時間選取成員資格提供者。
SelectingProviderEventArgs,用來在執行時間選取角色提供者。
ValidatingPropertiesEventArgs,用來建立使用者設定檔屬性的自訂驗證。