Implemented interface member:
property
Principal
System.Web.IPrincipalContainer.Principal
2 writes to Principal
System.Web (2)
RootedObjects.cs (2)
162Principal = null; 171Principal = null;
5 references to Principal
System.Web (5)
Hosting\IPipelineRuntime.cs (2)
428IPrincipal principal = RootedObjects.FromPointer(pRootedObjects).Principal; 451IPrincipal principal = RootedObjects.FromPointer(pRootedObjects).Principal;
RootedObjects.cs (3)
159if (Principal != null && Principal != WindowsAuthenticationModule.AnonymousPrincipal) { 160WindowsIdentity identity = Principal.Identity as WindowsIdentity; // original code only disposed of WindowsIdentity, not arbitrary IDisposable types