Share via


2.2.1.2.6 SECPKG_SUPPLEMENTAL_CRED

The SECPKG_SUPPLEMENTAL_CRED structure is used in the SECPKG_SUPPLEMENTAL_CRED_ARRAY structure (section 2.2.1.2.7).

 typedef struct _SECPKG_SUPPLEMENTAL_CRED {
     RPC_UNICODE_STRING PackageName;
     ULONG CredentialSize;
     [size_is(CredentialSize)] PUCHAR Credentials;
 } SECPKG_SUPPLEMENTAL_CRED, *PSECPKG_SUPPLEMENTAL_CRED;

PackageName: An RPC_UNICODE_STRING structure ([MS-DTYP] section 2.3.10) that contains the name of the package.

CredentialSize: A ULONG ([MS-DTYP] section 2.2.51) that contains the size of the Credentials array field.

Credentials: A pointer to a UCHAR ([MS-DTYP] section 2.2.45), an array that contains the credentials.