SecPkgContext_NativeNames structure
The SecPkgContext_NativeNames structure returns the client and server principal names from the outbound ticket. This structure is valid only for client outbound tickets. This structure is returned by QueryContextAttributes (General).
Syntax
typedef struct { SEC_WCHAR *sClientName; SEC_WCHAR *sServerName; } SecPkgContext_NativeNames, *PSecPkgContext_NativeNames;
Members
- sClientName
-
Pointer to a null-terminated string that represents the principal name for the client in the outbound ticket. This string should never be NULL when querying a security context negotiated with Kerberos.
- sServerName
-
Pointer to a null-terminated string that represents the principal name for the server in the outbound ticket. This string should never be NULL when querying a security context negotiated with Kerberos.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|