NativeMethods.CredPackAuthenticationBuffer, 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 CredPackAuthenticationBuffer ( _
dwFlags As Integer, _
pszUserName As String, _
pszPassword As String, _
pPackedCredentials As Byte(), _
ByRef pcbPackedCredentials As UInteger _
) As Boolean
public static bool CredPackAuthenticationBuffer(
int dwFlags,
string pszUserName,
string pszPassword,
byte[] pPackedCredentials,
ref uint pcbPackedCredentials
)
Paramètres
- dwFlags
Type : System.Int32
- pszUserName
Type : System.String
- pszPassword
Type : System.String
- pPackedCredentials
Type : array<System.Byte[]
- pcbPackedCredentials
Type : System.UInt32%
Valeur de retour
Type : System.Boolean