SECPKG_SUPPLEMENTAL_CRED_ARRAY-Struktur (ntsecpkg.h)
Die SECPKG_SUPPLEMENTAL_CRED_ARRAY-Struktur enthält zusätzliche Anmeldeinformationen . Diese Struktur wird von den Funktionen LsaApLogonUserEx2 und UpdateCredentials verwendet.
Syntax
typedef struct _SECPKG_SUPPLEMENTAL_CRED_ARRAY {
ULONG CredentialCount;
#if ...
SECPKG_SUPPLEMENTAL_CRED *Credentials[];
#else
SECPKG_SUPPLEMENTAL_CRED Credentials[1];
#endif
} SECPKG_SUPPLEMENTAL_CRED_ARRAY, *PSECPKG_SUPPLEMENTAL_CRED_ARRAY;
Member
CredentialCount
Die Anzahl der zusätzlichen Anmeldeinformationen im Anmeldeinformationen-Element .
Credentials[*]
Ein Array, das zusätzliche Anmeldeinformationen enthält.
Credentials[1]
Ein Array, das zusätzliche Anmeldeinformationen enthält.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | ntsecpkg.h |