StoreOptions.ProtectPersonalData Property

Definition

If set to true, the store must protect all personally identifying data for a user. This will be enforced by requiring the store to implement IProtectedUserStore<TUser>.

public:
 property bool ProtectPersonalData { bool get(); void set(bool value); };
public bool ProtectPersonalData { get; set; }
member this.ProtectPersonalData : bool with get, set
Public Property ProtectPersonalData As Boolean

Property Value

Applies to