다음을 통해 공유


FormsAuthentication 멤버

IAuthentication 인터페이스를 구현하는 도메인 서비스에서 생성된 DomainContext를 사용하여 Forms 인증을 수행하는 인증 서비스 구현을 제공합니다.

다음 표에는 FormsAuthentication 유형으로 제공되는 멤버의 목록이 나와 있습니다.

공개 생성자

  이름 설명
  FormsAuthentication FormsAuthentication 클래스의 새 인스턴스를 초기화합니다.

위쪽

공개 속성

(보호됨 속성 참고)

  이름 설명
public property DomainContext  이 서비스에서 인증, 로드 및 저장을 위임하는 도메인 컨텍스트를 가져오거나 설정합니다. (WebAuthenticationService에서 상속됨)
public property DomainContextType  도메인 컨텍스트의 형식을 가져오거나 설정합니다. (WebAuthenticationService에서 상속됨)
public property IsBusy  비동기 작업이 진행 중인지 여부를 나타내는 값을 가져옵니다. (AuthenticationService에서 상속됨)
public property IsLoadingUser  비동기 LoadUser 작업이 진행 중인지 여부를 나타내는 값을 가져옵니다. (AuthenticationService에서 상속됨)
public property IsLoggingIn  비동기 Login 작업이 진행 중인지 여부를 나타내는 값을 가져옵니다. (AuthenticationService에서 상속됨)
public property IsLoggingOut  비동기 Logout 작업이 진행 중인지 여부를 나타내는 값을 가져옵니다. (AuthenticationService에서 상속됨)
public property IsSavingUser  비동기 SaveUser 작업이 진행 중인지 여부를 나타내는 값을 가져옵니다. (AuthenticationService에서 상속됨)
public property User  인증된 사용자를 나타내는 보안 주체를 가져옵니다. (AuthenticationService에서 상속됨)

위쪽

보호됨 속성

  이름 설명
protected property SupportsCancellation  이 서비스에서 취소를 지원하는지 여부를 나타내는 값을 가져옵니다. (WebAuthenticationService에서 상속됨)

위쪽

공개 메서드

(보호됨 메서드 참고)

  이름 설명
public method Equals  오버로드되었습니다. (Object에서 상속됨)
public method GetHashCode  (Object에서 상속됨)
public method GetType  (Object에서 상속됨)
public method LoadUser  오버로드되었습니다. 서버에서 인증된 사용자를 비동기적으로 로드합니다. (AuthenticationService에서 상속됨)
public method Login  오버로드되었습니다. (AuthenticationService에서 상속됨)
public method Logout  오버로드되었습니다. (AuthenticationService에서 상속됨)
public methodstatic ReferenceEquals  (Object에서 상속됨)
public method SaveUser  오버로드되었습니다. (AuthenticationService에서 상속됨)
public method ToString  (Object에서 상속됨)

위쪽

보호됨 메서드

  이름 설명
protected method BeginLoadUser  (WebAuthenticationService에서 상속됨)
protected method BeginLogin  (WebAuthenticationService에서 상속됨)
protected method BeginLogout  (WebAuthenticationService에서 상속됨)
protected method BeginSaveUser  (WebAuthenticationService에서 상속됨)
protected method CancelLoadUser  (WebAuthenticationService에서 상속됨)
protected method CancelLogin  (WebAuthenticationService에서 상속됨)
protected method CancelLogout  (WebAuthenticationService에서 상속됨)
protected method CancelSaveUser  (WebAuthenticationService에서 상속됨)
protected method CreateDefaultUser  기본 사용자를 만듭니다. (WebAuthenticationService에서 상속됨)
protected method EndLoadUser  (WebAuthenticationService에서 상속됨)
protected method EndLogin  (WebAuthenticationService에서 상속됨)
protected method EndLogout  (WebAuthenticationService에서 상속됨)
protected method EndSaveUser  (WebAuthenticationService에서 상속됨)
protected method Finalize  (Object에서 상속됨)
protected method Initialize  이 인증 서비스를 초기화합니다. (WebAuthenticationService에서 상속됨)
protected method MemberwiseClone  (Object에서 상속됨)
protected method OnPropertyChanged  (AuthenticationService에서 상속됨)
protected method RaisePropertyChanged  (AuthenticationService에서 상속됨)

위쪽

공개 이벤트

  이름 설명
public event LoggedIn  새 사용자가 성공적으로 로그인한 경우 발생합니다. (AuthenticationService에서 상속됨)
public event LoggedOut  사용자가 성공적으로 로그아웃한 경우 발생합니다. (AuthenticationService에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
  System.ComponentModel.INotifyPropertyChanged.PropertyChanged  (AuthenticationService에서 상속됨)

위쪽

참고 항목

참조

FormsAuthentication 클래스
System.ServiceModel.DomainServices.Client.ApplicationServices 네임스페이스