Skip to content

Commit 8d7c68a

Browse files
henke37adamsitnik
andauthored
Clarify Intptr use in SID constructor (#8969)
Co-authored-by: Adam Sitnik <[email protected]>
1 parent 546ce89 commit 8d7c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Security.Principal/SecurityIdentifier.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<Parameter Name="binaryForm" Type="System.IntPtr" />
8282
</Parameters>
8383
<Docs>
84-
<param name="binaryForm">An integer that represents the binary form of a SID.</param>
85-
<summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier" /> class by using an integer that represents the binary form of a security identifier (SID).</summary>
84+
<param name="binaryForm">A pointer to the binary form of a SID.</param>
85+
<summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier" /> class by using a pointer to the binary form of a security identifier (SID).</summary>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>

0 commit comments

Comments
 (0)