3 references to UserNameSecurityToken
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\UserNameSecurityToken.cs (1)
18
:
this
(userName, password, SecurityUniqueId.Create().Value)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (2)
289
SecurityToken token = new
UserNameSecurityToken
(userName, password, id);
326
return new
UserNameSecurityToken
(userName, password, id);