ODataAuthenticator - Constructeur (String, String, String, Uri)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Phone.Auth.UI (dans Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Syntaxe
'Déclaration
Public Sub New ( _
userName As String, _
password As String, _
domain As String, _
uagServerUrl As Uri _
)
'Utilisation
Dim userName As String
Dim password As String
Dim domain As String
Dim uagServerUrl As Uri
Dim instance As New ODataAuthenticator(userName, _
password, domain, uagServerUrl)
public ODataAuthenticator(
string userName,
string password,
string domain,
Uri uagServerUrl
)
Paramètres
- userName
Type : System.String
- password
Type : System.String
- domain
Type : System.String
- uagServerUrl
Type : System.Uri