Partager via


Fonction SLGetAuthenticationResult (slpublic.h)

Obtient les résultats de l’authentification.

Syntaxe

HRESULT SLGetAuthenticationResult(
  [in]  HSLC  hSLC,
  [out] UINT  *pcbValue,
  [out] PBYTE *ppbValue
);

Paramètres

[in] hSLC

Type : HSLC

Handle du contexte SLC actuel.

[out] pcbValue

Type : UINT*

Pointeur vers la taille, en octets, du résultat d’authentification.

[out] ppbValue

Type : PBYTE*

Pointeur vers le résultat de l’authentification. Lorsque vous avez terminé d’utiliser la mémoire, libérez-la en appelant la fonction LocalFree .

Valeur retournée

Type : HRESULT WINAPI

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Code/valeur de retour Description
SL_E_AUTHN_MISMATCHED_KEY
0xC004F078
La clé utilisée dans l’appel de fonction SLSetAuthenticationData est incorrecte.
SL_E_AUTHN_CANT_VERIFY
0xC004F07A
Impossible d’effectuer l’authentification.
SL_E_AUTHN_CHALLENGE_NOT_SET
0xC004F079
Les données d’authentification (défi) ne sont pas définies.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête slpublic.h
Bibliothèque Slc.lib
DLL Slc.dll