Partager via


Authenticator.IsRequestUnauthorized - Méthode

Vérifie si la demande de ExecuteQueryAsync a échoué en raison d'informations d'identification ou des cookies non valides.

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 Shared Function IsRequestUnauthorized ( _
    failedEventArgs As ClientRequestFailedEventArgs _
) As Boolean
'Utilisation
Dim failedEventArgs As ClientRequestFailedEventArgs
Dim returnValue As Boolean

returnValue = Authenticator.IsRequestUnauthorized(failedEventArgs)
public static bool IsRequestUnauthorized(
    ClientRequestFailedEventArgs failedEventArgs
)

Paramètres

Valeur renvoyée

Type : System.Boolean
Valeur booléenne ; True si la requête a échoué en raison de non valides cookies/informations d'identification, false dans le cas contraire.

Voir aussi

Référence

Authenticator classe

Authenticator - Membres

Microsoft.SharePoint.Client - Espace de noms