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