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 b6000f5 commit 9584881Copy full SHA for 9584881
src/Identity/Extensions.Core/src/PersonalDataAttribute.cs
@@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Identity
8
/// <summary>
9
/// Used to indicate that a something is considered personal data.
10
/// </summary>
11
- [AttributeUsage(AttributeTargets.All)]
+ [AttributeUsage(AttributeTargets.Property)]
12
public class PersonalDataAttribute : Attribute
13
{ }
14
-}
+}
0 commit comments