We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bcfdb commit e75ca6bCopy full SHA for e75ca6b
src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs
@@ -312,7 +312,7 @@ public static IDataProtectionBuilder ProtectKeysWithDpapi(this IDataProtectionBu
312
/// </summary>
313
/// <param name="builder">The <see cref="IDataProtectionBuilder"/>.</param>
314
/// <param name="protectToLocalMachine">'true' if the key should be decryptable by any
315
- /// 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
316
/// Windows user account.</param>
317
/// <returns>A reference to the <see cref="IDataProtectionBuilder" /> after this operation has completed.</returns>
318
/// <remarks>
0 commit comments