2 writes to token
System.ServiceModel (2)
System\ServiceModel\Security\SspiSecurityTokenProvider.cs (2)
25this.token = new SspiSecurityToken(impersonationLevel, allowNtlm, credential); 31this.token = new SspiSecurityToken(credential, extractGroupsForWindowsAccounts, allowUnauthenticatedCallers);
1 reference to token
System.ServiceModel (1)
System\ServiceModel\Security\SspiSecurityTokenProvider.cs (1)
36return this.token;