1 type derived from UserNameSecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
22public class WindowsUserNameSecurityTokenHandler : UserNameSecurityTokenHandler
6 references to UserNameSecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\UserNameSecurityTokenHandler.cs (1)
17/// Initializes an instance of <see cref="UserNameSecurityTokenHandler"/>
System.ServiceModel (5)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
144UserNameSecurityTokenHandler upSecurityTokenHandler = securityTokenHandler as UserNameSecurityTokenHandler; 148new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof( UserNameSecurityTokenHandler ) ) ) );
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (2)
21UserNameSecurityTokenHandler _wrappedUserNameSecurityTokenHandler; 30UserNameSecurityTokenHandler wrappedUserNameSecurityTokenHandler,