SspiCopyAuthIdentity, fonction (sspi.h)
Crée une copie de la structure d’informations d’identification opaque spécifiée.
Syntaxe
SECURITY_STATUS SEC_ENTRY SspiCopyAuthIdentity(
[in] PSEC_WINNT_AUTH_IDENTITY_OPAQUE AuthData,
[out] PSEC_WINNT_AUTH_IDENTITY_OPAQUE *AuthDataCopy
);
Paramètres
[in] AuthData
Structure des informations d’identification à copier.
[out] AuthDataCopy
Structure qui reçoit la copie de la structure spécifiée par le paramètre AuthData .
Valeur retournée
Si la fonction réussit, elle retourne SEC_E_OK.
Si la fonction échoue, elle retourne un code d’erreur différent de zéro.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | sspi.h |
Bibliothèque | Secur32.lib |
DLL | SspiCli.dll |