From 498befb3af4edd9ea4226a5488279b5185f69fb6 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Thu, 11 Sep 2025 16:30:49 -0400 Subject: [PATCH] Update summary for CryptographicOperations documentation (#11801) CryptographicOperations was documented as doing exclusively side-channel resistant things. Let's relax the description a little since we introduced HashData and HmacData. --- xml/System.Security.Cryptography/CryptographicOperations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography/CryptographicOperations.xml b/xml/System.Security.Cryptography/CryptographicOperations.xml index a976ec218c7..a21411a1fdb 100644 --- a/xml/System.Security.Cryptography/CryptographicOperations.xml +++ b/xml/System.Security.Cryptography/CryptographicOperations.xml @@ -40,7 +40,7 @@ - Provides methods for use in working with cryptography to reduce the risk of side-channel information leakage. + Provides methods for common cryptographic operations and reducing side-channel information leakage. To be added.