estructura SECPKG_SUPPLIED_CREDENTIAL (ntsecpkg.h)
Especifica las credenciales proporcionadas.
Sintaxis
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;
Members
cbHeaderLength
Longitud del encabezado.
cbStructureLength
Longitud de carga de pago, incluido el encabezado.
UserName
El nombre de usuario solo para Unicode.
DomainName
El nombre de dominio solo para Unicode.
PackedCredentials
Las credenciales de la estructura SEC_WINNT_AUTH_PACKED_CREDENTIALS .
CredFlags
Marcas de identidad de autenticación.
Requisitos
Cliente mínimo compatible | Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | ntsecpkg.h |