Skip to content

Commit 20077c1

Browse files
authored
Distinguish ModifyAccessRule/ModifyAuditRule params from returns (#4006)
1 parent f544d12 commit 20077c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.DirectoryServices/ActiveDirectorySecurity.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
<param name="modification">The type of access control modification to perform.</param>
392392
<param name="rule">The access rule to modify.</param>
393393
<param name="modified">
394-
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</param>
394+
<see langword="true" /> if actually modified; otherwise, <see langword="false" />.</param>
395395
<summary>Applies the specified modification to the specified <see cref="T:System.Security.AccessControl.AccessRule" />.</summary>
396396
<returns>
397397
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</returns>
@@ -424,7 +424,7 @@
424424
<param name="modification">The modification to apply.</param>
425425
<param name="rule">The audit rule to modify.</param>
426426
<param name="modified">
427-
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</param>
427+
<see langword="true" /> if actually modified; otherwise, <see langword="false" />.</param>
428428
<summary>Applies the specified modification to the specified <see cref="T:System.Security.AccessControl.AuditRule" />.</summary>
429429
<returns>
430430
<see langword="true" /> if successfully modified; otherwise, <see langword="false" />.</returns>

xml/System.Security.AccessControl/ObjectSecurity.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
<param name="modification">The modification to apply to the DACL.</param>
874874
<param name="rule">The access rule to modify.</param>
875875
<param name="modified">
876-
<see langword="true" /> if the DACL is successfully modified; otherwise, <see langword="false" />.</param>
876+
<see langword="true" /> if the DACL is actually modified; otherwise, <see langword="false" />.</param>
877877
<summary>Applies the specified modification to the Discretionary Access Control List (DACL) associated with this <see cref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
878878
<returns>
879879
<see langword="true" /> if the DACL is successfully modified; otherwise, <see langword="false" />.</returns>
@@ -921,7 +921,7 @@
921921
<param name="modification">The modification to apply to the SACL.</param>
922922
<param name="rule">The audit rule to modify.</param>
923923
<param name="modified">
924-
<see langword="true" /> if the SACL is successfully modified; otherwise, <see langword="false" />.</param>
924+
<see langword="true" /> if the SACL is actually modified; otherwise, <see langword="false" />.</param>
925925
<summary>Applies the specified modification to the System Access Control List (SACL) associated with this <see cref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
926926
<returns>
927927
<see langword="true" /> if the SACL is successfully modified; otherwise, <see langword="false" />.</returns>

0 commit comments

Comments
 (0)