Skip to content

Commit 3e9efd4

Browse files
authored
Merge pull request #4745 from krwq/keysizes_bytes_bits
Do not specify units in KeySizes properties
2 parents 19e725f + f598383 commit 3e9efd4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.Security.Cryptography/KeySizes.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
<ReturnType>System.Int32</ReturnType>
140140
</ReturnValue>
141141
<Docs>
142-
<summary>Specifies the maximum key size in bits.</summary>
143-
<value>The maximum key size in bits.</value>
142+
<summary>Specifies the maximum key size.</summary>
143+
<value>The maximum key size.</value>
144144
<remarks>
145145
<format type="text/markdown"><![CDATA[
146146
@@ -187,8 +187,8 @@
187187
<ReturnType>System.Int32</ReturnType>
188188
</ReturnValue>
189189
<Docs>
190-
<summary>Specifies the minimum key size in bits.</summary>
191-
<value>The minimum key size in bits.</value>
190+
<summary>Specifies the minimum key size.</summary>
191+
<value>The minimum key size.</value>
192192
<remarks>
193193
<format type="text/markdown"><![CDATA[
194194
@@ -235,8 +235,8 @@
235235
<ReturnType>System.Int32</ReturnType>
236236
</ReturnValue>
237237
<Docs>
238-
<summary>Specifies the interval between valid key sizes in bits.</summary>
239-
<value>The interval between valid key sizes in bits.</value>
238+
<summary>Specifies the interval between valid key sizes.</summary>
239+
<value>The interval between valid key sizes.</value>
240240
<remarks>
241241
<format type="text/markdown"><![CDATA[
242242

0 commit comments

Comments
 (0)