From 30a41cf5a061e8d1b527bc5cfd384a5275bcc94a Mon Sep 17 00:00:00 2001 From: "Henrik \"Henke37\" Andersson" Date: Wed, 19 Apr 2023 11:21:14 +0200 Subject: [PATCH 1/2] Make it clear that it's treated as a pointer It is a pointer and not some weird type overload. --- xml/System.Security.Principal/SecurityIdentifier.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Principal/SecurityIdentifier.xml b/xml/System.Security.Principal/SecurityIdentifier.xml index b40be7ecba5..1fe045fd5c8 100644 --- a/xml/System.Security.Principal/SecurityIdentifier.xml +++ b/xml/System.Security.Principal/SecurityIdentifier.xml @@ -81,8 +81,8 @@ - An integer that represents the binary form of a SID. - Initializes a new instance of the class by using an integer that represents the binary form of a security identifier (SID). + An integer that converts to a pointer to the binary form of a SID. + Initializes a new instance of the class by using an integer that converts to a pointer to the binary form of a security identifier (SID). To be added. From 34dab553b03553f5715898c8c06e96d4a4a749ca Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Wed, 17 May 2023 09:18:28 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- xml/System.Security.Principal/SecurityIdentifier.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Principal/SecurityIdentifier.xml b/xml/System.Security.Principal/SecurityIdentifier.xml index 1fe045fd5c8..26a9a9ba50e 100644 --- a/xml/System.Security.Principal/SecurityIdentifier.xml +++ b/xml/System.Security.Principal/SecurityIdentifier.xml @@ -81,8 +81,8 @@ - An integer that converts to a pointer to the binary form of a SID. - Initializes a new instance of the class by using an integer that converts to a pointer to the binary form of a security identifier (SID). + A pointer to the binary form of a SID. + Initializes a new instance of the class by using a pointer to the binary form of a security identifier (SID). To be added.