-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Replace redirects #17900
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
Replace redirects #17900
Conversation
tdykstra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a couple of reservations noted.
docs/framework/configure-apps/file-schema/runtime/generatepublisherevidence-element.md
Show resolved
Hide resolved
...ramework/configure-apps/file-schema/windows-identity-foundation/sessionsecuritytokencache.md
Show resolved
Hide resolved
docs/framework/reflection-and-codedom/security-considerations-for-reflection.md
Show resolved
Hide resolved
docs/framework/reflection-and-codedom/security-considerations-for-reflection.md
Show resolved
Hide resolved
docs/framework/reflection-and-codedom/security-issues-in-reflection-emit.md
Show resolved
Hide resolved
docs/framework/reflection-and-codedom/security-issues-in-reflection-emit.md
Show resolved
Hide resolved
| |**-cu**[**stomuser**] *path*|Allows the administration of a custom user policy that does not belong to the user on whose behalf Caspol.exe is currently running. You must specify the location of the custom user's security configuration file with the *path* argument.| | ||
| |**-enterprise**<br /><br /> or<br /><br /> **-en**|Indicates that all options following this one apply to the enterprise level policy. Users who are not enterprise administrators do not have sufficient rights to modify the enterprise policy, although they can view it. In nonenterprise scenarios, this policy, by default, does not interfere with machine and user policy.| | ||
| |**-e**[**xecution**] {**on** | **off**}|Turns on or off the mechanism that checks for the permission to run before code starts to execute. **Note:** This switch is removed in the .NET Framework 4 and later versions. For more information, see [Security Changes](../security/security-changes.md).| | ||
| |**-e**[**xecution**] {**on** | **off**}|Turns on or off the mechanism that checks for the permission to run before code starts to execute. **Note:** This switch is removed in the .NET Framework 4 and later versions. For more information, see [Security Changes](https://docs.microsoft.com/previous-versions/dotnet/framework/security/security-changes).| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| |**-e**[**xecution**] {**on** | **off**}|Turns on or off the mechanism that checks for the permission to run before code starts to execute. **Note:** This switch is removed in the .NET Framework 4 and later versions. For more information, see [Security Changes](https://docs.microsoft.com/previous-versions/dotnet/framework/security/security-changes).| | |
| |**-e**[**xecution**] {**on** | **off**}|Turns on or off the mechanism that checks for the permission to run before code starts to execute. **Note:** This switch is removed in the .NET Framework 4 and later versions. For more information, see [Security Changes](https://docs.microsoft.com/previous-versions/dotnet/framework/security/security-changes).| |
Thraka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should revert the linux page links 😄 all of the others are just suggestions.
Co-Authored-By: Andy De George <2672110+Thraka@users.noreply.github.com>
|
Thanks for the reviews Tom and Andy. The build warning is expected because the bookmark only becomes available when the page is rendered. |
No description provided.