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