Partager via


SspiFreeCredentialsHandleAsync, fonction (sspi.h)

Libère un handle d’informations d’identification.

Syntaxe

SECURITY_STATUS SspiFreeCredentialsHandleAsync(
  SspiAsyncContext *AsyncContext,
  PCredHandle      phCredential
);

Paramètres

AsyncContext

Contexte d’appel asynchrone.

phCredential

Handle d’informations d’identification à libérer.

Valeur retournée

Retourne SEC_E_OK si la demande asynchrone de libération du handle d’informations d’identification a été mise en file d’attente pour l’exécution. Sinon, il retourne l’erreur générée lors de la tentative de mise en file d’attente. Pour récupérer les status de l’opération, utilisez SspiGetAsyncCallStatus.

SspiGetAsyncCallStatus retourne SEC_E_OK à l’achèvement. Sinon, il peut retourner SEC_I_ASYNC_CALL_PENDING si l’appel est toujours en cours.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1607 [pilotes en mode noyau uniquement]
Serveur minimal pris en charge Windows Server 2016 [pilotes en mode noyau uniquement]
En-tête sspi.h

Voir aussi

FreeCredentialsHandle