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) |