SEC_WINNT_AUTH_DATA structure (sspi.h)
Specifies authentication data.
Syntax
typedef struct _SEC_WINNT_AUTH_DATA {
GUID CredType;
SEC_WINNT_AUTH_BYTE_VECTOR CredData;
} SEC_WINNT_AUTH_DATA, *PSEC_WINNT_AUTH_DATA;
Members
CredType
The type of credential specified by the CredData member
CredData
A structure that specifies the offset from the beginning of this structure and size, in bytes, of the authentication data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |