Partager via


NativeMethods.LogonUser, méthode

Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.

Espace de noms :  Microsoft.TeamFoundation.Common.Internal
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
Public Shared Function LogonUser ( _
    userName As String, _
    domain As String, _
    password As String, _
    logonType As UInteger, _
    logonProvider As UInteger, _
    <OutAttribute> ByRef tokenHandle As IntPtr _
) As Integer
public static int LogonUser(
    string userName,
    string domain,
    string password,
    uint logonType,
    uint logonProvider,
    out IntPtr tokenHandle
)

Paramètres

Valeur de retour

Type : System.Int32

Voir aussi

Référence

NativeMethods Classe

Microsoft.TeamFoundation.Common.Internal, espace de noms