|
35 | 35 | <Docs>
|
36 | 36 | <summary>Represents an Access Control List (ACL).</summary>
|
37 | 37 | <remarks>
|
38 |
| - <format type="text/markdown"><![CDATA[ |
39 |
| - |
40 |
| -## Remarks |
41 |
| - The <xref:System.Security.AccessControl.RawAcl> class allows full manipulation of Access Control Entries (ACEs). It does not enforce ordering rules for ACEs and does not provide validation logic. Any ACE can be inserted, modified, or removed at any location in the ACL. |
42 |
| - |
| 38 | + <format type="text/markdown"><![CDATA[ |
| 39 | +
|
| 40 | +## Remarks |
| 41 | + The <xref:System.Security.AccessControl.RawAcl> class allows full manipulation of Access Control Entries (ACEs). It does not enforce ordering rules for ACEs and does not provide validation logic. Any ACE can be inserted, modified, or removed at any location in the ACL. |
| 42 | +
|
43 | 43 | ]]></format>
|
44 | 44 | </remarks>
|
45 | 45 | </Docs>
|
|
231 | 231 | <summary>Marshals the contents of the <see cref="T:System.Security.AccessControl.RawAcl" /> object into the specified byte array beginning at the specified offset.</summary>
|
232 | 232 | <remarks>To be added.</remarks>
|
233 | 233 | <exception cref="T:System.ArgumentOutOfRangeException">
|
234 |
| - <paramref name="offset" /> is negative or too high to allow the entire <see cref="T:System.Security.AccessControl.RawAcl" /> to be copied into <paramref name="array" />.</exception> |
| 234 | + <paramref name="offset" /> is negative or too high to allow the entire <see cref="T:System.Security.AccessControl.RawAcl" /> to be copied into <paramref name="binaryForm" />.</exception> |
235 | 235 | </Docs>
|
236 | 236 | </Member>
|
237 | 237 | <Member MemberName="InsertAce">
|
|
271 | 271 | <param name="ace">The ACE to insert.</param>
|
272 | 272 | <summary>Inserts the specified Access Control Entry (ACE) at the specified index.</summary>
|
273 | 273 | <remarks>
|
274 |
| - <format type="text/markdown"><![CDATA[ |
275 |
| - |
276 |
| -## Remarks |
277 |
| - The inserted ACE is not cloned before insertion, so any modifications to the ACE after it has been inserted are reflected in the Access Control List (ACL). |
278 |
| - |
| 274 | + <format type="text/markdown"><![CDATA[ |
| 275 | +
|
| 276 | +## Remarks |
| 277 | + The inserted ACE is not cloned before insertion, so any modifications to the ACE after it has been inserted are reflected in the Access Control List (ACL). |
| 278 | +
|
279 | 279 | ]]></format>
|
280 | 280 | </remarks>
|
281 |
| - <exception cref="T:System.ArgumentOutOfRangeException"> |
282 |
| - <paramref name="offset" /> is negative or too high to allow the entire <see cref="T:System.Security.AccessControl.GenericAcl" /> to be copied into <paramref name="array" />.</exception> |
283 | 281 | </Docs>
|
284 | 282 | </Member>
|
285 | 283 | <Member MemberName="Item">
|
|
0 commit comments