SecPkgCredentials_Names
The SecPkgCredentials_Names structure indicates the name of the user associated with a context. The QueryCredentialsAttributes function uses this structure.
typedef struct _SecPkgCredentials_Names {
SEC_CHAR * sUserName;
} SecPkgCredentials_Names, * PSecPkgCredentials_Names;
Members
-
sUserName
-
Pointer to a null-terminated string containing the name of the user represented by the credential. If the security package sets the SECPKG_FLAG_ACCEPT_WIN32_NAME flag to indicate that it can process Win32 names, you can use this name in other Win32 calls.
See Also
QueryCredentialsAttributes