Partager via


Authenticator.GetCredential - Méthode

Obtient la classe NetworkCredential pour l'Uri spécifié.

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 Overrides Function GetCredential ( _
    uri As Uri, _
    authType As String _
) As NetworkCredential
'Utilisation
Dim instance As Authenticator
Dim uri As Uri
Dim authType As String
Dim returnValue As NetworkCredential

returnValue = instance.GetCredential(uri, _
    authType)
public override NetworkCredential GetCredential(
    Uri uri,
    string authType
)

Paramètres

  • authType
    Type : System.String

    Informations d'identification sont retournées uniquement pour authType « Base ».

Valeur renvoyée

Type : System.Net.NetworkCredential

Voir aussi

Référence

Authenticator classe

Authenticator - Membres

Microsoft.SharePoint.Client - Espace de noms