SecPkgContext_ClientSpecifiedTarget structure
The SecPkgContext_ClientSpecifiedTarget structure specifies the service principal name (SPN) of the initial target when calling the QueryContextAttributes (Digest) function.
Syntax
typedef struct _SecPkgContext_ClientSpecifiedTarget { SEC_WCHAR *sTargetName; } SecPkgContext_ClientSpecifiedTarget, *PSecPkgContext_ClientSpecifiedTarget;
Members
- sTargetName
-
The SPN of the initial target.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Show: