WindowsAuthentication 成員
提供驗證服務實作,該實作會使用從網域服務產生的 DomainContext 來執行 Windows 驗證,該網域服務則會實作 IAuthentication 介面。
下表列出 WindowsAuthentication 型別公開的成員。
公用 建構函式
名稱 | 說明 | |
---|---|---|
WindowsAuthentication | 初始化 WindowsAuthentication 類別的新執行個體。 |
頂端
公用 屬性
(另請參閱 受保護的 屬性)
名稱 | 說明 | |
---|---|---|
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 | 覆寫。 Windows 驗證不支援 Login 作業。 |
|
BeginLogout | 覆寫。 Windows 驗證不支援 Logout 作業。 |
|
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) |
頂端
另請參閱
參考
WindowsAuthentication 類別
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空間