Platform SDK: Logon Authentication

SecPkgContext_DceInfo

The SecPkgContext_DceInfo structure contains authorization data used by DCE services. The QueryContextAttributes function uses this structure.

typedef struct _SecPkgContex_DceInfo {
      ULONG  AuthzSvc;
      PVOID  pPac;
} SecPkgContext_DceInfo, * PSecPkgContext_DceInfo;

Members

AuthzSvc
Specifies the authorization service used. For DCE use only.
pPac
Pointer to package-specific authorization data.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Sspi.h; include Security.h.

See Also

QueryContextAttributes