File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Identity/Extensions.Core/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66namespace Microsoft . AspNetCore . Identity ;
77
88/// <summary>
9- /// Used to indicate that a something is considered personal data.
9+ /// Used to indicate that something is considered personal data.
1010/// </summary>
1111[ AttributeUsage ( AttributeTargets . Property ) ]
1212public class PersonalDataAttribute : Attribute
Original file line number Diff line number Diff line change 44namespace Microsoft . AspNetCore . Identity ;
55
66/// <summary>
7- /// Used to indicate that a something is considered personal data and should be protected.
7+ /// Used to indicate that something is considered personal data and should be protected.
88/// </summary>
99public class ProtectedPersonalDataAttribute : PersonalDataAttribute
1010{ }
You can’t perform that action at this time.
0 commit comments