(String, String, Uri) del constructor Authenticator
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.Phone.Auth.UI (en Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Sintaxis
'Declaración
Public Sub New ( _
userName As String, _
password As String, _
uagServerUrl As Uri _
)
'Uso
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
)
Parámetros
- userName
Tipo: System.String
- password
Tipo: System.String
- uagServerUrl
Tipo: System.Uri