2 instantiations of FormsIdentity
System.Web (2)
Security\FormsAuthenticationModule.cs (1)
129e.Context.SetPrincipalNoDemand(new GenericPrincipal(new FormsIdentity(ticket2), new String[0]));
Security\FormsIdentity.cs (1)
91return new FormsIdentity(this);
2 references to FormsIdentity
System.Web (2)
Security\FormsIdentity.cs (2)
80protected FormsIdentity(FormsIdentity identity) 87/// Returns a new instance of <see cref="FormsIdentity"/> with values copied from this object.