SecPkgCredentials_Names
This structure indicates the name of the user associated with a context. The QueryCredentialsAttributes function uses this structure.
typedef struct _SecPkgCredentials_Names {
SEC_CHAR SEC_FAR *sUserName;
} SecPkgCredentials_Names, SEC_FAR * PSecPkgCredentials_Names;
Members
- sUserName
Pointer to a null-terminated string that contains 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.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.10 and later | Sspi.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.