Skip to content

Commit a4afe2a

Browse files
ChrisMaddockRon Petrusha
authored andcommitted
NIB: Friend assemblies link (#2635)
* NIB: Friend assemblies link * Update xml/System.Security.Permissions/StrongNameIdentityPermissionAttribute.xml Co-Authored-By: Ron Petrusha <[email protected]> * Update StrongNameIdentityPermissionAttribute.xml
1 parent 88a7bb2 commit a4afe2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Security.Permissions/StrongNameIdentityPermissionAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
5353
The security information declared by a security attribute is stored in the metadata of the attribute target and is accessed by the system at run time. Security attributes are used only for declarative security. For imperative security, use the corresponding permission class.
5454
55-
The <xref:System.Security.Permissions.StrongNameIdentityPermissionAttribute> attribute can be used to define strong-name requirements for access to public members at the assembly level. In the .NET Framework version 2.0 and later, you can also use the <xref:System.Runtime.CompilerServices.InternalsVisibleToAttribute> attribute to specify that all nonpublic types in that assembly are visible to another assembly. For more information, see [Friend Assemblies](https://msdn.microsoft.com/library/df0c70ea-2c2a-4bdc-9526-df951ad2d055) or [NOT IN BUILD: Friend Assemblies (Visual Basic)](https://msdn.microsoft.com/library/80e7a33a-ca91-450b-a00e-c5a7986e228c).
55+
The <xref:System.Security.Permissions.StrongNameIdentityPermissionAttribute> attribute can be used to define strong-name requirements for access to public members at the assembly level. In the .NET Framework version 2.0 and later, you can also use the <xref:System.Runtime.CompilerServices.InternalsVisibleToAttribute> attribute to specify that all nonpublic types in that assembly are visible to another assembly. For more information, see [Friend Assemblies](~/docs/standard/assembly/friend-assemblies.md).
5656
5757
]]></format>
5858
</remarks>
@@ -233,4 +233,4 @@
233233
</Docs>
234234
</Member>
235235
</Members>
236-
</Type>
236+
</Type>

0 commit comments

Comments
 (0)