2 references to CreateUserToken
System.Web (2)
Configuration\IdentitySection.cs (1)
201IntPtr token = CreateUserToken(_username, _password, out error);
Hosting\ISAPIApplicationHost.cs (1)
123token = IdentitySection.CreateUserToken(username, password, out error);