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.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | sspi.h |