SecPkgContext_TargetInformation 結構 (sspi.h)

SecPkgContext_TargetInformation結構會傳回安全性內容所用認證的相關信息。 此結構是由 QueryContextAttributes (General) 函式所傳回。

語法

typedef struct _SecPkgContext_TargetInformation {
  unsigned long MarshalledTargetInfoLength;
  unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;

成員

MarshalledTargetInfoLength

MarshalledTargetInfo 的大小,以位元組為單位。

MarshalledTargetInfo

如果認證是由認證管理員提供,則表示認證的位元組陣列。

規格需求

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