3 references to SetSecurityContext
mscorlib (3)
system\security\securitycontext.cs (1)
444return SetSecurityContext(sc, prevSecurityContext, modifyCurrentExecutionContext, ref stackMark);
system\threading\executioncontext.cs (2)
1060ecsw.scsw = SecurityContext.SetSecurityContext(sc, prevSeC, false, ref stackMark); 1066ecsw.scsw = SecurityContext.SetSecurityContext(SecurityContext.FullTrustSecurityContext, prevSeC, false, ref stackMark);