System.Security.CodeAccessPermission.Deny C# (CSharp) Method

Deny() private method

private Deny ( ) : void
return void
        public void Deny() { throw new NotSupportedException(); }
        public override bool Equals(object obj) => base.Equals(obj);