structure WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL (webservices.h)
Tapez pour fournir des informations d’identification d’authentification intégrée Windows en tant que handle opaque créé par SspiPromptForCredentials et la famille associée d’API. Cette fonctionnalité est disponible uniquement sur Windows 7 et versions ultérieures.
Syntaxe
typedef struct _WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL {
WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL credential;
void *opaqueAuthIdentity;
} WS_OPAQUE_WINDOWS_INTEGRATED_AUTH_CREDENTIAL;
Membres
credential
Type de base à partir duquel ce type et tous les autres types d’informations d’identification d’authentification intégrée Windows dérivent.
opaqueAuthIdentity
Forme opaque d’identité d’authentification. La valeur fournie doit être de type PSEC_WINNT_AUTH_IDENTITY_OPAQUE.
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | webservices.h |