Skip to content

Commit 89afcec

Browse files
carlossanlopmairaw
authored andcommitted
System.Security.Permissions missing documentation (#2276)
* Found 4 params in System.Security.Permissions that were undoc'd in dotnet-api-docs but with existing triple slash comments. * Changed the > and < to the actual symbol
1 parent 7a38cac commit 89afcec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

xml/System.Security.Permissions/PrincipalPermission.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
</Parameters>
356356
<Docs>
357357
<param name="o">The <see cref="T:System.Security.Permissions.PrincipalPermission" /> object to compare with the current <see cref="T:System.Security.Permissions.PrincipalPermission" />.</param>
358-
<param name="obj">To be added.</param>
358+
<param name="obj">The <see cref="T:System.Security.Permissions.PrincipalPermission" /> object to compare with the current <see cref="T:System.Security.Permissions.PrincipalPermission" />.</param>
359359
<summary>Determines whether the specified <see cref="T:System.Security.Permissions.PrincipalPermission" /> object is equal to the current <see cref="T:System.Security.Permissions.PrincipalPermission" />.</summary>
360360
<returns>
361361
<see langword="true" /> if the specified <see cref="T:System.Security.Permissions.PrincipalPermission" /> is equal to the current <see cref="T:System.Security.Permissions.PrincipalPermission" /> object; otherwise, <see langword="false" />.</returns>

xml/System.Security.Permissions/RegistryPermission.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<Docs>
345345
<param name="access">One of the <see cref="T:System.Security.Permissions.RegistryPermissionAccess" /> values.</param>
346346
<param name="actions">One of the <see cref="T:System.Security.AccessControl.AccessControlActions" /> values.</param>
347-
<param name="control">To be added.</param>
347+
<param name="control">One of the <see cref="T:System.Security.AccessControl.AccessControlActions" /> values.</param>
348348
<param name="pathList">A list of registry variables (separated by semicolons).</param>
349349
<summary>Adds access for the specified registry variables to the existing state of the permission, specifying registry permission access and access control actions.</summary>
350350
<remarks>
@@ -446,7 +446,7 @@
446446
</Parameters>
447447
<Docs>
448448
<param name="elem">The XML encoding to use to reconstruct the permission.</param>
449-
<param name="esd">To be added.</param>
449+
<param name="esd">The XML encoding to use to reconstruct the permission.</param>
450450
<summary>Reconstructs a permission with a specified state from an XML encoding.</summary>
451451
<remarks>To be added.</remarks>
452452
<exception cref="T:System.ArgumentNullException">The <paramref name="elem" /> parameter is <see langword="null" />.</exception>

xml/System.Security.Permissions/StrongNamePublicKeyBlob.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</Parameters>
116116
<Docs>
117117
<param name="o">An object containing a public key blob.</param>
118-
<param name="obj">To be added.</param>
118+
<param name="obj">An object containing a public key blob.</param>
119119
<summary>Gets or sets a value indicating whether the current public key blob is equal to the specified public key blob.</summary>
120120
<returns>
121121
<see langword="true" /> if the public key blob of the current object is equal to the public key blob of the <paramref name="o" /> parameter; otherwise, <see langword="false" />.</returns>

0 commit comments

Comments
 (0)