SecPkgContext_TargetInformation structure
The SecPkgContext_TargetInformation structure returns information about the credential used for the security context. This structure is returned by the QueryContextAttributes (General) function.
Syntax
typedef struct _SecPkgContext_TargetInformation { unsigned long MarshalledTargetInfoLength; unsigned char *MarshalledTargetInfo; } SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;
Members
- MarshalledTargetInfoLength
-
Size, in bytes, of MarshalledTargetInfo.
- MarshalledTargetInfo
-
Array of bytes that represent the credential, if a credential is provided by a credential manager.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: