2.2.3.6 SECURITY_CONTEXT_TRACKING_MODE
The SECURITY_CONTEXT_TRACKING_MODE type specifies whether the server is to be given a snapshot of the client's security context (called "static tracking") or is to be continually updated to track changes to the client's security context (called "dynamic tracking").
This structure has no effect on message processing in any environment and SHOULD be ignored.
This type is declared as follows:
-
typedef unsigned char SECURITY_CONTEXT_TRACKING_MODE, *PSECURITY_CONTEXT_TRACKING_MODE;
The following values are possible.
Value |
Meaning |
---|---|
0x00 |
The server is given a snapshot of the client's security context. |
0x01 |
The server is continually updated with changes. |
All other values SHOULD be ignored.