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