1 write to aspNetSecurityContext
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\AspNetPartialTrustHelpers.cs (1)
57aspNetSecurityContext = System.Runtime.PartialTrustHelpers.CaptureSecurityContextNoIdentityFlow();
2 references to aspNetSecurityContext
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\AspNetPartialTrustHelpers.cs (2)
66return aspNetSecurityContext != null; 86SecurityContext.Run(aspNetSecurityContext.CreateCopy(), callback, state);