4 references to SecurityContext
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1062[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.SecurityContext))]
System.Security.Permissions (3)
System\Security\SecurityContext.cs (3)
14public static SecurityContext Capture() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 15public SecurityContext CreateCopy() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 20public static void Run(SecurityContext securityContext, ContextCallback callback, object state) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }