SECPKG_SUPPLIED_CREDENTIAL structure (ntsecpkg.h)
Spécifie les informations d’identification fournies.
Syntaxe
typedef struct _SECPKG_SUPPLIED_CREDENTIAL {
USHORT cbHeaderLength;
USHORT cbStructureLength;
SECPKG_SHORT_VECTOR UserName;
SECPKG_SHORT_VECTOR DomainName;
SECPKG_BYTE_VECTOR PackedCredentials;
ULONG CredFlags;
} SECPKG_SUPPLIED_CREDENTIAL, *PSECPKG_SUPPLIED_CREDENTIAL;
Membres
cbHeaderLength
Longueur de l’en-tête.
cbStructureLength
Longueur de charge de paiement, y compris l’en-tête.
UserName
Nom d’utilisateur pour Unicode uniquement.
DomainName
Nom de domaine pour Unicode uniquement.
PackedCredentials
Informations d’identification dans la structure SEC_WINNT_AUTH_PACKED_CREDENTIALS .
CredFlags
Indicateurs d’identité d’authentification.
Spécifications
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 | ntsecpkg.h |