Skip to content

Distinguish ModifyAccessRule/ModifyAuditRule params from returns #4006

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

Merged
merged 1 commit into from
Jul 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.DirectoryServices/ActiveDirectorySecurity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
<param name="modification">The type of access control modification to perform.</param>
<param name="rule">The access rule to modify.</param>
<param name="modified">
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</param>
<see langword="true" /> if actually modified; otherwise, <see langword="false" />.</param>
<summary>Applies the specified modification to the specified <see cref="T:System.Security.AccessControl.AccessRule" />.</summary>
<returns>
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</returns>
Expand Down Expand Up @@ -424,7 +424,7 @@
<param name="modification">The modification to apply.</param>
<param name="rule">The audit rule to modify.</param>
<param name="modified">
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</param>
<see langword="true" /> if actually modified; otherwise, <see langword="false" />.</param>
<summary>Applies the specified modification to the specified <see cref="T:System.Security.AccessControl.AuditRule" />.</summary>
<returns>
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</returns>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Security.AccessControl/ObjectSecurity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
<param name="modification">The modification to apply to the DACL.</param>
<param name="rule">The access rule to modify.</param>
<param name="modified">
<see langword="true" /> if the DACL is successfully modified; otherwise, <see langword="false" />.</param>
<see langword="true" /> if the DACL is actually modified; otherwise, <see langword="false" />.</param>
<summary>Applies the specified modification to the Discretionary Access Control List (DACL) associated with this <see cref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
<returns>
<see langword="true" /> if the DACL is successfully modified; otherwise, <see langword="false" />.</returns>
Expand Down Expand Up @@ -918,7 +918,7 @@
<param name="modification">The modification to apply to the SACL.</param>
<param name="rule">The audit rule to modify.</param>
<param name="modified">
<see langword="true" /> if the SACL is successfully modified; otherwise, <see langword="false" />.</param>
<see langword="true" /> if the SACL is actually modified; otherwise, <see langword="false" />.</param>
<summary>Applies the specified modification to the System Access Control List (SACL) associated with this <see cref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
<returns>
<see langword="true" /> if the SACL is successfully modified; otherwise, <see langword="false" />.</returns>
Expand Down