Platform SDK: Logon Authentication |
The SEC_WINNT_AUTH_IDENTITY structure contains information about a user, including the user's name, domain, and password.
typedef struct _SEC_WINNT_AUTH_IDENTITY { char __RPC_FAR *User; char __RPC_FAR *Domain; char __RPC_FAR *Password; } SEC_WINNT_AUTH_IDENTITY;
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Rpcdce.h.