I just stumbled over the fact that ASP.NET Core Identity framework offers a PersonalData attribute. The docs merely say:
Used to indicate that a something is considered personal data.
Okay. What does it mean? Does it have any implication on how the identity frameworks works or what it does? Or is it purely decorative, so that I can do some reflection on some objects and document my code?