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