SecPkgContext_Names (Windows CE 5.0)

Send Feedback

This structure indicates the name of the user associated with a security context. The QueryContextAttributes function uses this structure.

typedef struct _SecPkgContext_Names {SEC_CHARSEC_FAR* sUserName;} SecPkgContext_Names, SEC_FAR *pSecPkgContext_Names;

Members

  • sUserName
    Pointer to a null-terminated string that contains the name of the user represented by the context. If the security package indicates that it understands Microsoft® Win32 names (by setting the SECPKG_FLAG_ACCEPT_WIN32_NAME flag), you can use this name in other Win32 calls.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Sspi.h.

See Also

QueryContextAttributes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.