SecPkgContext_DceInfo 結構 (sspi.h)

SecPkgContext_DceInfo 結構包含 DCE 服務所使用的授權數據。 QueryContextAttributes (General) 函式會使用此結構。

語法

typedef struct _SecPkgContext_DceInfo {
  unsigned long AuthzSvc;
  void          *pPac;
} SecPkgContext_DceInfo, *PSecPkgContext_DceInfo;

成員

AuthzSvc

指定使用的授權服務。 僅適用於 DCE。

pPac

套件特定授權數據的指標。

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
標頭 sspi.h (包含 Security.h)

另請參閱

QueryContextAttributes (General)