ProtectedPersonalDataAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
ProtectedPersonalDataAttribute() |