SspiUnmarshalCredUIContext, fonction (sspi.h)
Désérialise les informations d’identification obtenues par un fournisseur d’informations d’identification lors d’un appel précédent à la méthode ICredentialProvider ::SetSerialization .
Syntaxe
SECURITY_STATUS SEC_ENTRY SspiUnmarshalCredUIContext(
[in] PUCHAR MarshaledCredUIContext,
[in] ULONG MarshaledCredUIContextLength,
[out] PSEC_WINNT_CREDUI_CONTEXT *CredUIContext
);
Paramètres
[in] MarshaledCredUIContext
Les informations d’identification sérialisées obtenues en tant que membre rgbSerialization de la structure CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION récupérées à partir d’un appel à la méthode ICredentialProvider ::SetSerialization .
[in] MarshaledCredUIContextLength
Taille, en octets, de la mémoire tampon MarshaledCredUIContext .
[out] CredUIContext
Pointeur vers une structure de SEC_WINNT_CREDUI_CONTEXT qui spécifie les informations d’identification désérialisées.
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 | Credui.lib |
DLL | Credui.dll |