Platform SDK: Logon Authentication

SecPkgCred_SupportedProtocols

The SecPkgCred_SupportedProtocols structure indicates the protocols supported with a specific credential.

typedef struct _SecPkgCred_SupportedProtocols
{
    DWORD  grbitProtocol;
} SecPkgCred_SupportedProtocols, *PSecPkgCred_SupportedProtocols;

Members

grbitProtocol
Array of bits representing the protocols supported with this credential.

Requirements

  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.