Home
last modified time | relevance | path

Searched refs:pManagedPrincipal (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIIS7WorkerRequest.cs2240 IntPtr pManagedPrincipal; in GetUserPrincipal()
2249 out pManagedPrincipal ); in GetUserPrincipal()
2261 if (pManagedPrincipal != IntPtr.Zero) { in GetUserPrincipal()
2263 return (IPrincipal)GCUtil.UnrootObject(pManagedPrincipal); in GetUserPrincipal()
H A DIISUnsafeMethods.cs256 out IntPtr pManagedPrincipal); in MgdGetPrincipal() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpContext.cs1262 IntPtr pManagedPrincipal = IntPtr.Zero; in SetPrincipalNoDemand()