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
- userName
Type : System.String
- domain
Type : System.String
- password
Type : System.String
- logonType
Type : System.UInt32
- logonProvider
Type : System.UInt32
- tokenHandle
Type : System.IntPtr%
Valeur de retour
Type : System.Int32