Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions xml/System.Security.Cryptography/KeySizes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies the maximum key size in bits.</summary>
<value>The maximum key size in bits.</value>
<summary>Specifies the maximum key size.</summary>
<value>The maximum key size.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -187,8 +187,8 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies the minimum key size in bits.</summary>
<value>The minimum key size in bits.</value>
<summary>Specifies the minimum key size.</summary>
<value>The minimum key size.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -235,8 +235,8 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies the interval between valid key sizes in bits.</summary>
<value>The interval between valid key sizes in bits.</value>
<summary>Specifies the interval between valid key sizes.</summary>
<value>The interval between valid key sizes.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down