11 references to PlatformNotSupported_CAS
System.Security.Permissions (11)
System\Security\CodeAccessPermission.cs (2)
16
public void Deny() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
22
public void PermitOnly() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
System\Security\SecurityContext.cs (9)
14
public static SecurityContext Capture() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
15
public SecurityContext CreateCopy() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
16
public void Dispose() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
17
public static bool IsFlowSuppressed() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
18
public static bool IsWindowsIdentityFlowSuppressed() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
19
public static void RestoreFlow() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
20
public static void Run(SecurityContext securityContext, ContextCallback callback, object state) { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
21
public static AsyncFlowControl SuppressFlow() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }
22
public static AsyncFlowControl SuppressFlowWindowsIdentity() { throw new PlatformNotSupportedException(SR.
PlatformNotSupported_CAS
); }