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