Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The SECPKG_SUPPLEMENTAL_CRED structure contains supplemental credentials recognized by the security package.
The structure is used by the SpAcceptCredentials function and the SECPKG_SUPPLEMENTAL_CRED_ARRAY structure.
Syntax
typedef struct _SECPKG_SUPPLEMENTAL_CRED {
UNICODE_STRING PackageName;
ULONG CredentialSize;
PUCHAR Credentials;
} SECPKG_SUPPLEMENTAL_CRED, *PSECPKG_SUPPLEMENTAL_CRED;
Members
PackageName
The name of the authentication package that authenticated the credentials.
CredentialSize
The size of the Credentials member, in bytes.
Credentials
Pointer to a set of package-specific supplemental credentials.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | ntsecpkg.h |