Interface IPersonalDataEraser
- Namespace
- CMS.DataProtection
- Assembly
- CMS.DataProtection.dll
Defines contract for erasing personal data of a data subject.
public interface IPersonalDataEraser
- Extension Methods
Methods
Erase(IEnumerable<BaseInfo>, IDictionary<string, object>)
Erases personal data of data subject's identities filtered by configuration.
void Erase(IEnumerable<BaseInfo> identities, IDictionary<string, object> configuration)
Parameters
identitiesIEnumerable<BaseInfo>Collection of identities representing a data subject.
configurationIDictionary<string, object>Defines which personal data will be erased.