StoreOptions.ProtectPersonalData Property
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.
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