Skip to content

Commit 1e07a61

Browse files
sloziermairaw
authored andcommitted
Update SecurityIdentifier.xml (#2231)
1 parent 2f77e7c commit 1e07a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.Principal/SecurityIdentifier.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
<ReturnType>System.Security.Principal.SecurityIdentifier</ReturnType>
237237
</ReturnValue>
238238
<Docs>
239-
<summary>Returns the account domain security identifier (SID) portion from the SID represented by the <see cref="T:System.Security.Principal.SecurityIdentifier" /> object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns <see cref="T:System.ArgumentNullException" />.</summary>
240-
<value>The account domain SID portion from the SID represented by the <see cref="T:System.Security.Principal.SecurityIdentifier" /> object if the SID represents a Windows account SID; otherwise, it returns <see cref="T:System.ArgumentNullException" />.</value>
239+
<summary>Returns the account domain security identifier (SID) portion from the SID represented by the <see cref="T:System.Security.Principal.SecurityIdentifier" /> object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns <see langword="null" />.</summary>
240+
<value>The account domain SID portion from the SID represented by the <see cref="T:System.Security.Principal.SecurityIdentifier" /> object if the SID represents a Windows account SID; otherwise, it returns <see langword="null" />.</value>
241241
<remarks>To be added.</remarks>
242242
</Docs>
243243
</Member>
@@ -851,4 +851,4 @@
851851
</Docs>
852852
</Member>
853853
</Members>
854-
</Type>
854+
</Type>

0 commit comments

Comments
 (0)