2 writes to _token
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SspiSecurityTokenProvider.cs (2)
26_token = new SspiSecurityToken(impersonationLevel, allowNtlm, credential); 32_token = new SspiSecurityToken(credential, extractGroupsForWindowsAccounts, allowUnauthenticatedCallers);
1 reference to _token
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SspiSecurityTokenProvider.cs (1)
37return _token;