Authenticator 构造函数 (String, String, String, Uri)
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Phone.Auth.UI(位于 Microsoft.SharePoint.Client.Phone.Auth.UI.dll 中)
声明
Public Sub New ( _
userName As String, _
password As String, _
domain As String, _
uagServerUrl As Uri _
)
用法
Dim userName As String
Dim password As String
Dim domain As String
Dim uagServerUrl As Uri
Dim instance As New Authenticator(userName, _
password, domain, uagServerUrl)
public Authenticator(
string userName,
string password,
string domain,
Uri uagServerUrl
)
- userName
类型:System.String
- password
类型:System.String
- domain
类型:System.String
- uagServerUrl
类型:System.Uri