Security Context Tracking During Impersonation (101378)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 3.5
- the operating system: Microsoft Windows NT 3.51
- the operating system: Microsoft Windows NT 4.0
This article was previously published under Q101378 SUMMARY
When you impersonate a client through a function such as
ImpersonateNamedPipeClient, there are two different ways to track the
security context of the client. With dynamic tracking, the server
applications are continually updated to match changes to the clients
security context. With static tracking, the server has the security context
of the client at the time the impersonation is done.
The tracking mode, which is defined in the SDK documentation as part of the
Security Quality of Service information, can be specified by the server
when the named pipe is opened with CreateFile(). In the
dwFlagsAndAttributes parameter, specify SECURITY_CONTEXT_TRACKING to enable
dynamic tracking. If the client does not specify a level, then the default
security tracking mode is static.
Modification Type: | Minor | Last Reviewed: | 2/11/2004 |
---|
Keywords: | kbDSWNET2003Swept kbAPI kbIPC kbnetwork kbPipes KB101378 |
---|
|