Article ID: 101378
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT 3.51 Service Pack 5
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.
Additional query words: Impersonate Pipe Context Static Dynamic 3.50 3.51 4.00
Keywords: kbapi kbpipes kbnetwork kbipc kbdswnet2003swept KB101378