3 references to TokenInformationClass
System.IdentityModel (3)
System\IdentityModel\Claims\WindowsClaimSet.cs (3)
282
safeAllocHandle = GetTokenInformation(windowsIdentity.Token,
TokenInformationClass
.TokenGroups, out dwLength);
313
static SafeHGlobalHandle GetTokenInformation(IntPtr tokenHandle,
TokenInformationClass
tokenInformationClass, out uint dwLength)
357
safeAllocHandle = GetTokenInformation(windowsIdentity.Token,
TokenInformationClass
.TokenUser, out dwLength);