Skip to content

Commit 799a38f

Browse files
authored
Fix exception documentation to match parameter.
1 parent 5e23c9a commit 799a38f

File tree

1 file changed

+1
-1
lines changed
  • xml/System.Security.Cryptography

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/HKDF.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In situations where the input key material is already a uniformly random bit str
144144
<summary>Performs the key derivation HKDF Expand and Extract functions.</summary>
145145
<remarks>To be added.</remarks>
146146
<exception cref="T:System.ArgumentException">
147-
<paramref name="ikm" /> is empty, or is larger than the maximum allowed length.</exception>
147+
<paramref name="output" /> is empty, or is larger than the maximum allowed length.</exception>
148148
</Docs>
149149
</Member>
150150
<Member MemberName="Expand">

0 commit comments

Comments
 (0)