-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add System.Security.Permissions.PrincipalPermission #17693
Comments
Not in scope: making the Attribute work. Only the imperative. This does not need to work:
|
Resolved in dotnet/corefx#10977 |
The type was added in dotnet/corefx#10977, but it's not actually functional. This is one we decided we need to be functional. |
Looking at the original reference source, most of it can be easily translatable to .net core. My only concerns are the things wrapped in |
We see this being used in apps. It does have effect in Desktop in the default configuration (unlike CAS). We could reasonably implement it cross platform. So we should add it.
The text was updated successfully, but these errors were encountered: