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
uri
Type : System.UriURK hôte et le port.
authType
Type : System.StringInformations d'identification sont retournées uniquement pour authType « Base ».
Valeur renvoyée
Type : System.Net.NetworkCredential