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)
14
public static
SecurityContext
Capture() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
15
public
SecurityContext
CreateCopy() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
20
public static void Run(
SecurityContext
securityContext, ContextCallback callback, object state) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }