From 799a38f36ab5959ef0402ce7a327a88820a4c659 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Mon, 22 Sep 2025 17:36:08 -0400 Subject: [PATCH] Fix exception documentation to match parameter. --- xml/System.Security.Cryptography/HKDF.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography/HKDF.xml b/xml/System.Security.Cryptography/HKDF.xml index 549401936d6..6789ade4ed8 100644 --- a/xml/System.Security.Cryptography/HKDF.xml +++ b/xml/System.Security.Cryptography/HKDF.xml @@ -144,7 +144,7 @@ In situations where the input key material is already a uniformly random bit str Performs the key derivation HKDF Expand and Extract functions. To be added. - is empty, or is larger than the maximum allowed length. + is empty, or is larger than the maximum allowed length.