From 01fb3bd17ce9d6cd601b6695c7faa2bfc35678b1 Mon Sep 17 00:00:00 2001 From: campersau Date: Tue, 12 Aug 2025 09:11:57 +0200 Subject: [PATCH] Fix typo in DataProtectionBuilderExtensions.cs --- .../DataProtection/src/DataProtectionBuilderExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs b/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs index 13647e67f8cb..047b3430fa84 100644 --- a/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs +++ b/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs @@ -312,7 +312,7 @@ public static IDataProtectionBuilder ProtectKeysWithDpapi(this IDataProtectionBu /// /// The . /// 'true' if the key should be decryptable by any - /// use on the local machine, 'false' if the key should only be decryptable by the current + /// user on the local machine, 'false' if the key should only be decryptable by the current /// Windows user account. /// A reference to the after this operation has completed. ///