4 writes to userNameTokenAuthenticator
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
443
this.
userNameTokenAuthenticator
= new CustomUserNameSecurityTokenAuthenticator(serviceCredentials.UserNameAuthentication.GetUserNamePasswordValidator());
449
this.
userNameTokenAuthenticator
= new WindowsUserNameCachingSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts,
454
this.
userNameTokenAuthenticator
= new WindowsUserNameSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts);
461
this.
userNameTokenAuthenticator
= new WindowsUserNameSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts);
6 references to userNameTokenAuthenticator
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelListener.cs (6)
181
get { return this.
userNameTokenAuthenticator
; }
391
&& (this.
userNameTokenAuthenticator
!= null))
393
ILogonTokenCacheManager retVal = this.
userNameTokenAuthenticator
as ILogonTokenCacheManager;
481
SecurityUtils.CloseTokenAuthenticatorIfRequired(this.
userNameTokenAuthenticator
, timeout);
487
SecurityUtils.AbortTokenAuthenticatorIfRequired(this.
userNameTokenAuthenticator
);
643
ReadOnlyCollection<IAuthorizationPolicy> authorizationPolicies = this.
userNameTokenAuthenticator
.ValidateToken(securityToken);