1 type derived from UserNameSecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
22
public 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)
144
UserNameSecurityTokenHandler
upSecurityTokenHandler = securityTokenHandler as
UserNameSecurityTokenHandler
;
148
new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof(
UserNameSecurityTokenHandler
) ) ) );
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (2)
21
UserNameSecurityTokenHandler
_wrappedUserNameSecurityTokenHandler;
30
UserNameSecurityTokenHandler
wrappedUserNameSecurityTokenHandler,