From 8574eb66cdedee86ada34abc7177b6e75a985d04 Mon Sep 17 00:00:00 2001
From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Date: Wed, 31 Jul 2019 23:06:52 -0700
Subject: [PATCH 1/2] Document
System.Security.AccessControl.ObjectSecurity.SecurityDescriptor
---
xml/System.Security.AccessControl/ObjectSecurity.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xml/System.Security.AccessControl/ObjectSecurity.xml b/xml/System.Security.AccessControl/ObjectSecurity.xml
index e550f6eeed5..b351a1afe81 100644
--- a/xml/System.Security.AccessControl/ObjectSecurity.xml
+++ b/xml/System.Security.AccessControl/ObjectSecurity.xml
@@ -1267,8 +1267,8 @@
System.Security.AccessControl.CommonSecurityDescriptor
- To be added.
- To be added.
+ Gets the security descriptor for this instance.
+ A object.
To be added.
@@ -1695,4 +1695,4 @@
-
\ No newline at end of file
+
From bfc15043bf5d79b863f340d6397e7c49e5145a91 Mon Sep 17 00:00:00 2001
From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>
Date: Fri, 2 Aug 2019 13:29:52 -0700
Subject: [PATCH 2/2] suggestion by rpetrusha
Co-Authored-By: Ron Petrusha
---
xml/System.Security.AccessControl/ObjectSecurity.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Security.AccessControl/ObjectSecurity.xml b/xml/System.Security.AccessControl/ObjectSecurity.xml
index b351a1afe81..6caa9cb58a4 100644
--- a/xml/System.Security.AccessControl/ObjectSecurity.xml
+++ b/xml/System.Security.AccessControl/ObjectSecurity.xml
@@ -1268,7 +1268,7 @@
Gets the security descriptor for this instance.
- A object.
+ The security descriptor for this instance.
To be added.