SECPKG_SUPPLIED_CREDENTIAL struttura (ntsecpkg.h)

Specifica le credenziali specificate.

Sintassi

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

Lunghezza dell'intestazione.

cbStructureLength

Pagare la lunghezza del carico, inclusa l'intestazione.

UserName

Nome utente solo per Unicode.

DomainName

Nome di dominio solo per Unicode.

PackedCredentials

Credenziali nella struttura SEC_WINNT_AUTH_PACKED_CREDENTIALS .

CredFlags

Flag di identità di autenticazione.

Requisiti

   
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione ntsecpkg.h