StoreOptions.ProtectPersonalData 属性

定义

如果设置为 true,则存储必须保护用户的所有个人身份数据。 这将通过要求存储区实现 来强制实施 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

属性值

适用于