Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains target information.
Syntax
typedef struct _SecPkgContext_Target {
unsigned long TargetLength;
char *Target;
} SecPkgContext_Target, *PSecPkgContext_Target;
Members
TargetLength
The length (in bytes) of the target array.
Target
An array containing the target information.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |