Partager via


SLSetAuthenticationData, fonction (slpublic.h)

Définit les données d’authentification.

Syntaxe

HRESULT SLSetAuthenticationData(
  [in]           HSLC       hSLC,
  [in, optional] UINT       cbValue,
  [in, optional] const BYTE *pbValue
);

Paramètres

[in] hSLC

Type : HSLC

Handle du contexte SLC actuel.

[in, optional] cbValue

Type : UINT

Taille, en octets, des données d’authentification dans pbValue.

[in, optional] pbValue

Type : const BYTE

Pointeur vers les données d’authentification.

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
ERROR_INVALID_DATA
0x8007000D
Le format des données d’authentification n’est pas valide.
SL_E_AUTHN_WRONG_VERSION
0xC004F077
La version de sécurité est incorrecte.
SL_E_NOT_SUPPORTED
0xC004F016
Le format de données d’authentification n’est pas pris en charge.

Configuration requise

Condition requise Valeur
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