Конструктор Authenticator (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, _
uagServerUrl As Uri _
)
'Применение
Dim userName As String
Dim password As String
Dim uagServerUrl As Uri
Dim instance As New Authenticator(userName, _
password, uagServerUrl)
public Authenticator(
string userName,
string password,
Uri uagServerUrl
)
Параметры
- userName
Тип: System.String
- password
Тип: System.String
- uagServerUrl
Тип: System.Uri