diff --git a/xml/System.Threading/EventWaitHandleAcl.xml b/xml/System.Threading/EventWaitHandleAcl.xml index 898e5dcd62a..7a8ed68b3af 100644 --- a/xml/System.Threading/EventWaitHandleAcl.xml +++ b/xml/System.Threading/EventWaitHandleAcl.xml @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - To be added. + Provides a Windows-specific extension method for creating objects with specific access control list (ACL) security. To be added. diff --git a/xml/System.Threading/MutexAcl.xml b/xml/System.Threading/MutexAcl.xml index 30dbe51ecc3..79091151f48 100644 --- a/xml/System.Threading/MutexAcl.xml +++ b/xml/System.Threading/MutexAcl.xml @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - To be added. + Provides a Windows-specific extension method for creating objects with specific access control list (ACL) security. To be added. diff --git a/xml/System.Threading/SemaphoreAcl.xml b/xml/System.Threading/SemaphoreAcl.xml index 249cbde921d..18f95abf377 100644 --- a/xml/System.Threading/SemaphoreAcl.xml +++ b/xml/System.Threading/SemaphoreAcl.xml @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - To be added. + Provides a Windows-specific extension method for creating objects with specific access control list (ACL) security. To be added. diff --git a/xml/System.Threading/ThreadingAclExtensions.xml b/xml/System.Threading/ThreadingAclExtensions.xml index a0dc7ccfcbe..aab629eceda 100644 --- a/xml/System.Threading/ThreadingAclExtensions.xml +++ b/xml/System.Threading/ThreadingAclExtensions.xml @@ -24,7 +24,7 @@ - To be added. + Provides Windows-specific extension methods for managing the access control list (ACL) security descriptors for , , and . To be added. @@ -52,9 +52,9 @@ - To be added. - To be added. - To be added. + The event wait handle from which the security descriptors should be returned. + Returns the security descriptors for the specified . + The security descriptors for the specified . To be added. @@ -82,9 +82,9 @@ - To be added. - To be added. - To be added. + The mutex from which the security descriptors should be returned. + Returns the security descriptors for the specified . + The security descriptors for the specified . To be added. @@ -112,9 +112,9 @@ - To be added. - To be added. - To be added. + The semaphore from which the security descriptors should be returned. + Returns the security descriptors for the specified . + The security descriptors for the specified semaphore. To be added. @@ -143,10 +143,12 @@ - To be added. - To be added. - To be added. + The event wait handle onto which the will be applied. + The security descriptors to apply to the specified . + Sets the security descriptors for the specified event wait handle. To be added. + + is . @@ -174,10 +176,12 @@ - To be added. - To be added. - To be added. + The mutex onto which the will be applied. + The security descriptors to apply to the specified . + Sets the security descriptors for the specified mutex. To be added. + + is . @@ -205,10 +209,12 @@ - To be added. - To be added. - To be added. + The semaphore onto which the will be applied. + The security descriptors to apply to the specified . + Sets the security descriptors for the specified semaphore. To be added. + + is .