SecPkgContext_ClientSpecifiedTarget structure (sspi.h)
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 |