RemoteAuthenticationApplicationPathsOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션에서 인증 작업에 사용하는 경로에 대한 옵션을 나타냅니다. 이러한 경로는 베이스를 기준으로 합니다.
public ref class RemoteAuthenticationApplicationPathsOptions
public class RemoteAuthenticationApplicationPathsOptions
type RemoteAuthenticationApplicationPathsOptions = class
Public Class RemoteAuthenticationApplicationPathsOptions
- 상속
-
RemoteAuthenticationApplicationPathsOptions
생성자
RemoteAuthenticationApplicationPathsOptions() |
애플리케이션에서 인증 작업에 사용하는 경로에 대한 옵션을 나타냅니다. 이러한 경로는 베이스를 기준으로 합니다. |
속성
LogInCallbackPath |
로그인 콜백 페이지의 경로를 가져오거나 설정합니다. |
LogInFailedPath |
로그인 실패 페이지의 경로를 가져오거나 설정합니다. |
LogInPath |
로그인 페이지의 경로를 가져오거나 설정합니다. |
LogOutCallbackPath |
로그아웃 콜백 페이지의 경로를 가져오거나 설정합니다. |
LogOutFailedPath |
로그아웃 실패 페이지의 경로를 가져오거나 설정합니다. |
LogOutPath |
로그아웃 페이지의 경로를 가져오거나 설정합니다. |
LogOutSucceededPath |
로그아웃 성공 페이지의 경로를 가져오거나 설정합니다. |
ProfilePath |
사용자 프로필에 대한 설정을 수정하기 위한 엔드포인트 경로를 가져오거나 설정합니다. |
RegisterPath |
새 사용자를 등록하기 위한 엔드포인트 경로를 가져오거나 설정합니다. |
RemoteProfilePath |
사용자 프로필에 대한 설정을 수정하기 위한 원격 엔드포인트의 경로를 가져오거나 설정합니다. 절대적이고 애플리케이션 외부를 가리킬 수 있습니다. |
RemoteRegisterPath |
새 사용자를 등록하기 위한 원격 엔드포인트에 대한 원격 경로를 가져오거나 설정합니다. 절대적이고 애플리케이션 외부를 가리킬 수 있습니다. |