You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.AccessControl/ObjectSecurity.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -873,7 +873,7 @@
873
873
<paramname="modification">The modification to apply to the DACL.</param>
874
874
<paramname="rule">The access rule to modify.</param>
875
875
<paramname="modified">
876
-
<seelangword="true" /> if the DACL is successfully modified; otherwise, <seelangword="false" />.</param>
876
+
<seelangword="true" /> if the DACL is actually modified; otherwise, <seelangword="false" />.</param>
877
877
<summary>Applies the specified modification to the Discretionary Access Control List (DACL) associated with this <seecref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
878
878
<returns>
879
879
<seelangword="true" /> if the DACL is successfully modified; otherwise, <seelangword="false" />.</returns>
@@ -921,7 +921,7 @@
921
921
<paramname="modification">The modification to apply to the SACL.</param>
922
922
<paramname="rule">The audit rule to modify.</param>
923
923
<paramname="modified">
924
-
<seelangword="true" /> if the SACL is successfully modified; otherwise, <seelangword="false" />.</param>
924
+
<seelangword="true" /> if the SACL is actually modified; otherwise, <seelangword="false" />.</param>
925
925
<summary>Applies the specified modification to the System Access Control List (SACL) associated with this <seecref="T:System.Security.AccessControl.ObjectSecurity" /> object.</summary>
926
926
<returns>
927
927
<seelangword="true" /> if the SACL is successfully modified; otherwise, <seelangword="false" />.</returns>
0 commit comments