ProtectedPersonalDataAttribute Class

Definition

Used to indicate that a something is considered personal data and should be protected.

public ref class ProtectedPersonalDataAttribute : Microsoft::AspNetCore::Identity::PersonalDataAttribute
public class ProtectedPersonalDataAttribute : Microsoft.AspNetCore.Identity.PersonalDataAttribute
type ProtectedPersonalDataAttribute = class
    inherit PersonalDataAttribute
Public Class ProtectedPersonalDataAttribute
Inherits PersonalDataAttribute
Inheritance
ProtectedPersonalDataAttribute

Constructors

ProtectedPersonalDataAttribute()

Applies to