Platform SDK: Logon Authentication |
The SCH_CRED structure contains the data for a credential.
typedef struct _SCH_CRED { DWORD dwVersion; DWORD cCreds; PVOID * paSecret; PVOID * paPublic; DWORD cMappers; struct _HMAPPER ** aphMappers; } SCH_CRED, * PSCH_CRED;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Schannel.h; include Schnlsp.h.