2 implementations of Deny
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (1)
31public void Deny() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
System.Security.Permissions (1)
System\Security\CodeAccessPermission.cs (1)
16public void Deny() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }