1 implementation of Protect
Microsoft.Extensions.Identity.Core (1)
DefaultPersonalDataProtector.cs (1)
52
public virtual string?
Protect
(string? data)
1 reference to Protect
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityUserContext.cs (1)
111
public PersonalDataConverter(IPersonalDataProtector protector) : base(s => protector.
Protect
(s), s => protector.Unprotect(s), default)