|
24 | 24 | </Attribute>
|
25 | 25 | </Attributes>
|
26 | 26 | <Docs>
|
27 |
| - <summary>To be added.</summary> |
| 27 | + <summary>Provides Windows-specific static extension methods for manipulating Access Control List (ACL) security attributes for registry keys.</summary> |
28 | 28 | <remarks>To be added.</remarks>
|
29 | 29 | </Docs>
|
30 | 30 | <Members>
|
|
52 | 52 | <Parameter Name="key" Type="Microsoft.Win32.RegistryKey" RefType="this" />
|
53 | 53 | </Parameters>
|
54 | 54 | <Docs>
|
55 |
| - <param name="key">To be added.</param> |
56 |
| - <summary>To be added.</summary> |
57 |
| - <returns>To be added.</returns> |
| 55 | + <param name="key">The existing registry key from which to obtain the security information.</param> |
| 56 | + <summary>Returns the security information of a registry key.</summary> |
| 57 | + <returns>The security descriptors of all the access control sections of the registry key.</returns> |
58 | 58 | <remarks>To be added.</remarks>
|
59 | 59 | </Docs>
|
60 | 60 | </Member>
|
|
83 | 83 | <Parameter Name="includeSections" Type="System.Security.AccessControl.AccessControlSections" />
|
84 | 84 | </Parameters>
|
85 | 85 | <Docs>
|
86 |
| - <param name="key">To be added.</param> |
87 |
| - <param name="includeSections">To be added.</param> |
88 |
| - <summary>To be added.</summary> |
89 |
| - <returns>To be added.</returns> |
| 86 | + <param name="key">An existing registry key from which to obtain the security information.</param> |
| 87 | + <param name="includeSections">The desired access control sections to retrieve.</param> |
| 88 | + <summary>Returns the security information of a registry key.</summary> |
| 89 | + <returns>The security descriptors of the specified access control sections of the registry key.</returns> |
90 | 90 | <remarks>To be added.</remarks>
|
91 | 91 | </Docs>
|
92 | 92 | </Member>
|
|
115 | 115 | <Parameter Name="registrySecurity" Type="System.Security.AccessControl.RegistrySecurity" />
|
116 | 116 | </Parameters>
|
117 | 117 | <Docs>
|
118 |
| - <param name="key">To be added.</param> |
119 |
| - <param name="registrySecurity">To be added.</param> |
120 |
| - <summary>To be added.</summary> |
| 118 | + <param name="key">An existing registry key.</param> |
| 119 | + <param name="registrySecurity">The security information to apply to the registry key.</param> |
| 120 | + <summary>Changes the security attributes of an existing registry key.</summary> |
121 | 121 | <remarks>To be added.</remarks>
|
122 | 122 | </Docs>
|
123 | 123 | </Member>
|
|
0 commit comments