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. DCE use only.
pPac
Pointer to package-specific authorization data.

See Also

QueryContextAttributes