1 type derived from PersonalDataAttribute
Microsoft.Extensions.Identity.Core (1)
ProtectedPersonalDataAttribute.cs (1)
9
public class ProtectedPersonalDataAttribute :
PersonalDataAttribute
4 instantiations of PersonalDataAttribute
Microsoft.Extensions.Identity.Stores (4)
IdentityUser.cs (4)
61
[
PersonalData
]
90
[
PersonalData
]
118
[
PersonalData
]
125
[
PersonalData
]
2 references to PersonalDataAttribute
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
63
prop => Attribute.IsDefined(prop, typeof(
PersonalDataAttribute
)));
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (1)
63
prop => Attribute.IsDefined(prop, typeof(
PersonalDataAttribute
)));