共用方式為


SecPkgContext_AuthzID 結構 (sspi.h)

包含安全性內容之 AuthzID 的相關信息。

語法

typedef struct _SecPkgContext_AuthzID {
  unsigned long AuthzIDLength;
  char          *AuthzID;
} SecPkgContext_AuthzID, *PSecPkgContext_AuthzID;

成員

AuthzIDLength

AuthzID 的長度,以位元組為單位。

AuthzID

AuthzID。

規格需求

需求
標頭 sspi.h