17 references to TOKEN_INFORMATION_CLASS
System.ServiceModel (17)
System\ServiceModel\Activation\ListenerUnsafeNativeMethods.cs (1)
77
internal static extern bool GetTokenInformation(SafeCloseHandle tokenHandle,
TOKEN_INFORMATION_CLASS
tokenInformationClass, [Out] byte[] pTokenInformation, int tokenInformationLength, out int returnLength);
System\ServiceModel\Activation\Utility.cs (8)
74
static int GetTokenInformationLength(SafeCloseHandle token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
tic)
90
static void GetTokenInformation(SafeCloseHandle token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
tic, byte[] tokenInformation)
197
int length = GetTokenInformationLength(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenPrivileges);
201
GetTokenInformation(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenPrivileges,
342
int length = GetTokenInformationLength(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenGroups);
346
GetTokenInformation(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenGroups, tokenInformation);
380
int length = GetTokenInformationLength(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenUser);
384
GetTokenInformation(token, ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
.TokenUser, tokenInformation);
System\ServiceModel\Channels\UnsafeNativeMethods.cs (8)
24
using TOKEN_INFORMATION_CLASS = System.ServiceModel.Activation.ListenerUnsafeNativeMethods.
TOKEN_INFORMATION_CLASS
;
791
TOKEN_INFORMATION_CLASS
tokenInformationClass,
802
TOKEN_INFORMATION_CLASS
tokenInformationClass,
813
TOKEN_INFORMATION_CLASS
.TokenAppContainerSid);
820
TOKEN_INFORMATION_CLASS
.TokenAppContainerSid,
840
static uint GetTokenInformationLength(SafeCloseHandle token,
TOKEN_INFORMATION_CLASS
tokenInformationClass)
870
TOKEN_INFORMATION_CLASS
.TokenSessionId,
888
TOKEN_INFORMATION_CLASS
.TokenIsAppContainer,