Replies: 1 comment
-
Any form of sandboxing and code security is unavailable on modern .NET. You should use operating system facilities such as containers to run untrusted code. 1 Footnotes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the concept of Zones defined in IE user settings still valid in dotnet core ?
If yes, then which API can be used to get the Zone of a given URL ?
In .net framework versions earlier, Zone.CreateFromUrl in System.Security.Policy was being used for the same.
Can anybody please suggest any alternative for this in dotnet core ?
Beta Was this translation helpful? Give feedback.
All reactions