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 |
获取或设置用于注册新用户的远程终结点的远程路径。 它可能是绝对的,并且指向应用程序外部。 |