Platform SDK: Logon Authentication

SecPkgCred_SupportedAlgs

The SecPkgCred_SupportedAlgs structure provides an array of infomation on algorithms supported with a particular credential.

typedef struct _SecPkgCred_SupportedAlgs
{
    DWORD     cSupportedAlgs;
    ALG_ID *  palgSupportedAlgs;
} SecPkgCred_SupportedAlgs, *PSecPkgCred_SupportedAlgs;

Members

cSupportedAlgs
Number of elements in the palgSupportedAlgs array.
palgSupportedAlgs
Array of CryptoAPI algorithm identifiers (ALG_IDs) allowed with a 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.

See Also

ALG_ID