Authenticator construtor (String, String, String)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Phone.Auth.UI (em Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Sintaxe
'Declaração
Public Sub New ( _
userName As String, _
password As String, _
domain As String _
)
'Uso
Dim userName As String
Dim password As String
Dim domain As String
Dim instance As New Authenticator(userName, _
password, domain)
public Authenticator(
string userName,
string password,
string domain
)
Parâmetros
- userName
Tipo: System.String
- password
Tipo: System.String
- domain
Tipo: System.String