| Platform SDK: Logon Authentication |
The SCH_CRED_SECRET_PRIVKEY structure contains private key information needed to authenticate a client or server.
typedef struct _SCH_CRED_SECRET_PRIVKEY
{
DWORD dwType;
PBYTE pPrivateKey;
DWORD cbPrivateKey;
PSTR pszPassword;
} SCH_CRED_SECRET_PRIVKEY, *PSCH_CRED_SECRET_PRIVKEY;
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.