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