Authenticator 成员

包括受保护的成员
包括继承的成员

此提供 SharePoint 网站上的用户进行身份验证的方法是在 Windows Phone 上的所有支持的身份验证类型的基类

Authenticator 类型公开以下成员。

构造函数

  名称 说明
公共方法 Authenticator()
公共方法 Authenticator(Uri)
公共方法 Authenticator(String, String)
公共方法 Authenticator(String, String, String)
公共方法 Authenticator(String, String, Uri)
公共方法 Authenticator(String, String, String, Uri)

页首

属性

  名称 说明
公共属性 AllowSmartRouting 如果指定 UAG 服务器 url 和 SmartRouting 为 true,验证者尝试连接到 SharePoint server 直接以及通过 UAG。首先响应的 URL 将用于进行通信。(直接连接到 intranet Url 很有用的设备是否 intranet 内)。如果该属性设置为 false,连接到 SharePoint server 始终通过 UAG 进行更改。 如果未指定 UAG 服务器 URL,则只需忽略属性。属性的默认值为 true。
公共属性 AuthenticationMode 获取激发返回身份验证的结果的事件。在成功或失败的情况下会触发事件和 API 的用户需要检查错误状态的事件处理程序中的对象 (覆盖 AuthenticatorBase.AuthenticationMode。)
公共属性 CookieCachingEnabled 获取或设置一个值,指定是否希望存储缓存中存储 Cookie。
公共属性 Domain 提供了访问和凭据相关联的域名。
公共属性 FederationPassiveAuthUri
公共属性 NavigateBackAfterAuthentication 获取或设置一个标志以指定是否 API 应登录页面中进行重新定位。
公共属性 Password 提供了访问和凭据相关联的密码。
公共属性 PromptOnFailure 获取或设置一个标志以提示用户输入的用户名和密码,身份验证失败的情况下。
公共属性 Status 获取此 url 的初始化状态。 (覆盖 AuthenticatorBase.Status。)
公共属性 UagServerUrl 获取或设置 UAG 服务器 url。身份验证方法包含要设置 UAG 服务器 url 后调用。
公共属性 UserName 提供了访问和凭据相关联的用户名。

页首

方法

  名称 说明
公共方法静态成员 ClearAllApplicationSettings 清除所有存储的设置缓存中这包括 cookie、 凭据和 UAG 服务器的设置。
公共方法静态成员 ClearAllCookies 清除所有存储的 cookie 和存储缓存中的身份验证信息。
公共方法静态成员 ClearAllCredentials 清除所有存储的凭据和存储缓存中的身份验证信息。
公共方法 GetCredential 获取指定 Uri NetworkCredential。 (覆盖 AuthenticatorBase.GetCredential(Uri, String)。)
公共方法静态成员 IsRequestUnauthorized 检查 ExecuteQueryAsync 请求了失败无效 cookie 或凭据。
公共方法 ToString (从 Object 继承。)

页首

事件

  名称 说明
公共事件 AuthenticationCompleted (覆盖 AuthenticatorBase.AuthenticationCompleted。)

页首

另请参阅

引用

Authenticator 类

Microsoft.SharePoint.Client 命名空间