Skip to content

Commit cfb15ea

Browse files
authored
Fix class/struct naming (dotnet#9405)
1 parent c0db81e commit cfb15ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.Cryptography/CngProperty.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
<format type="text/markdown"><![CDATA[
5959
6060
## Remarks
61-
This class encapsulates a property name (a string), a value (byte array), a <xref:System.Security.Cryptography.CngPropertyOptions> flag, accessor properties, and comparison and hashing functions.
61+
This struct encapsulates a property name (a string), a value (byte array), a <xref:System.Security.Cryptography.CngPropertyOptions> flag, accessor properties, and comparison and hashing functions.
6262
63-
This class is used with the <xref:System.Security.Cryptography.CngKey.SetProperty%2A> and <xref:System.Security.Cryptography.CngKey.GetProperty%2A> methods.
63+
This struct is used with the <xref:System.Security.Cryptography.CngKey.SetProperty%2A> and <xref:System.Security.Cryptography.CngKey.GetProperty%2A> methods.
6464
6565
]]></format>
6666
</remarks>
@@ -115,7 +115,7 @@
115115
<param name="name">The property name to initialize.</param>
116116
<param name="value">The property value to initialize.</param>
117117
<param name="options">A bitwise combination of the enumeration values that specify how the property is stored.</param>
118-
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngProperty" /> class.</summary>
118+
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngProperty" /> struct.</summary>
119119
<remarks>
120120
<format type="text/markdown"><![CDATA[
121121

0 commit comments

Comments
 (0)