Skip to content

Commit 9584881

Browse files
authored
Update PersonalDataAttribute.cs (dotnet#36067)
1 parent b6000f5 commit 9584881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/Extensions.Core/src/PersonalDataAttribute.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Identity
88
/// <summary>
99
/// Used to indicate that a something is considered personal data.
1010
/// </summary>
11-
[AttributeUsage(AttributeTargets.All)]
11+
[AttributeUsage(AttributeTargets.Property)]
1212
public class PersonalDataAttribute : Attribute
1313
{ }
14-
}
14+
}

0 commit comments

Comments
 (0)