1 type derived from WindowsUserNameSecurityTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
137
class WindowsUserNameCachingSecurityTokenAuthenticator :
WindowsUserNameSecurityTokenAuthenticator
, ILogonTokenCacheManager, IDisposable
3 instantiations of WindowsUserNameSecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
454
this.userNameTokenAuthenticator = new
WindowsUserNameSecurityTokenAuthenticator
(this.extractGroupsForWindowsAccounts);
461
this.userNameTokenAuthenticator = new
WindowsUserNameSecurityTokenAuthenticator
(this.extractGroupsForWindowsAccounts);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
363
result = new
WindowsUserNameSecurityTokenAuthenticator
(parent.UserNameAuthentication.IncludeWindowsGroups);