FormsAuthentication 成员
提供一个身份验证服务实现,该实现使用 DomainContext(从实现 IAuthentication 接口的域服务生成)执行 Forms 身份验证。
以下各表列出了由 FormsAuthentication 类型公开的成员。
公共 构造函数
名称 | 说明 | |
---|---|---|
FormsAuthentication | 初始化 FormsAuthentication 类的新实例。 |
顶部
公共 属性
(另请参见 受保护 属性)
名称 | 说明 | |
---|---|---|
DomainContext | 获取或设置该服务将身份验证、加载和保存委托至目标的域上下文。 (继承自 WebAuthenticationService) | |
DomainContextType | 获取或设置域上下文的类型。 (继承自 WebAuthenticationService) | |
IsBusy | 获取一个值,用于指示是否正在运行异步操作。 (继承自 AuthenticationService) | |
IsLoadingUser | 获取一个值,用于指示是否正在运行异步 LoadUser 操作。 (继承自 AuthenticationService) | |
IsLoggingIn | 获取一个值,用于指示是否正在运行异步 Login 操作。 (继承自 AuthenticationService) | |
IsLoggingOut | 获取一个值,用于指示是否正在运行异步 Logout 操作。 (继承自 AuthenticationService) | |
IsSavingUser | 获取一个值,用于指示是否正在运行异步 SaveUser 操作。 (继承自 AuthenticationService) | |
User | 获取表示用户已经过身份验证的主体。 (继承自 AuthenticationService) |
顶部
受保护 属性
名称 | 说明 | |
---|---|---|
SupportsCancellation | 获取一个值,用于指示此服务是否支持取消操作。 (继承自 WebAuthenticationService) |
顶部
公共 方法
(另请参见 受保护 方法)
名称 | 说明 | |
---|---|---|
Equals | 已重载。(继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
LoadUser | 已重载。从服务器异步加载已验证身份的用户。 (继承自 AuthenticationService) | |
Login | 已重载。(继承自 AuthenticationService) | |
Logout | 已重载。(继承自 AuthenticationService) | |
ReferenceEquals | (继承自 Object) | |
SaveUser | 已重载。(继承自 AuthenticationService) | |
ToString | (继承自 Object) |
顶部
受保护 方法
名称 | 说明 | |
---|---|---|
BeginLoadUser | (继承自 WebAuthenticationService) | |
BeginLogin | (继承自 WebAuthenticationService) | |
BeginLogout | (继承自 WebAuthenticationService) | |
BeginSaveUser | (继承自 WebAuthenticationService) | |
CancelLoadUser | (继承自 WebAuthenticationService) | |
CancelLogin | (继承自 WebAuthenticationService) | |
CancelLogout | (继承自 WebAuthenticationService) | |
CancelSaveUser | (继承自 WebAuthenticationService) | |
CreateDefaultUser | 创建一个默认用户。 (继承自 WebAuthenticationService) | |
EndLoadUser | (继承自 WebAuthenticationService) | |
EndLogin | (继承自 WebAuthenticationService) | |
EndLogout | (继承自 WebAuthenticationService) | |
EndSaveUser | (继承自 WebAuthenticationService) | |
Finalize | (继承自 Object) | |
Initialize | 初始化此身份验证服务。 (继承自 WebAuthenticationService) | |
MemberwiseClone | (继承自 Object) | |
OnPropertyChanged | (继承自 AuthenticationService) | |
RaisePropertyChanged | (继承自 AuthenticationService) |
顶部
公共 事件
名称 | 说明 | |
---|---|---|
LoggedIn | 当新用户成功登录时发生。 (继承自 AuthenticationService) | |
LoggedOut | 当新用户成功注销时发生。 (继承自 AuthenticationService) |
顶部
显式接口实现
名称 | 说明 | |
---|---|---|
System.ComponentModel.INotifyPropertyChanged.PropertyChanged | (继承自 AuthenticationService) |
顶部
另请参见
参考
FormsAuthentication 类
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间