Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.